Class TransformResponse
- java.lang.Object
-
- com.aspectran.core.activity.response.transform.TransformResponse
-
- All Implemented Interfaces:
Response,Replicable<Response>
- Direct Known Subclasses:
AponTransformResponse,JsonTransformResponse,NoneTransformResponse,TextTransformResponse,XmlTransformResponse,XslTransformResponse
public abstract class TransformResponse extends java.lang.Object implements Response
The Class TransformResponse. Created: 2008. 03. 22 PM 5:51:58
-
-
Constructor Summary
Constructors Constructor Description TransformResponse(TransformRule transformRule)Instantiates a new TransformResponse.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContentType()Gets the content type.ResponseTypegetResponseType()Gets the response type.TransformRulegetTransformRule()Gets the transform rule.TransformTypegetTransformType()Gets the transform type.java.lang.StringtoString()
-
-
-
Constructor Detail
-
TransformResponse
public TransformResponse(TransformRule transformRule)
Instantiates a new TransformResponse.- Parameters:
transformRule- the transform rule
-
-
Method Detail
-
getResponseType
public ResponseType getResponseType()
Description copied from interface:ResponseGets the response type.- Specified by:
getResponseTypein interfaceResponse- Returns:
- the response type
-
getContentType
public java.lang.String getContentType()
Description copied from interface:ResponseGets the content type.- Specified by:
getContentTypein interfaceResponse- Returns:
- the content type
-
getTransformType
public TransformType getTransformType()
Gets the transform type.- Returns:
- the transform type
-
getTransformRule
public TransformRule getTransformRule()
Gets the transform rule.- Returns:
- the transform rule
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-