Package org.apache.axis2.jaxws.utility
Class DataSourceFormatter
- java.lang.Object
-
- org.apache.axis2.jaxws.utility.DataSourceFormatter
-
- All Implemented Interfaces:
org.apache.axis2.kernel.MessageFormatter
public class DataSourceFormatter extends Object implements org.apache.axis2.kernel.MessageFormatter
-
-
Constructor Summary
Constructors Constructor Description DataSourceFormatter(String contentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringformatSOAPAction(org.apache.axis2.context.MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, String soapAction)StringgetContentType(org.apache.axis2.context.MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, String soapAction)URLgetTargetAddress(org.apache.axis2.context.MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, URL targetURL)voidwriteTo(org.apache.axis2.context.MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, OutputStream outputStream, boolean preserve)
-
-
-
Constructor Detail
-
DataSourceFormatter
public DataSourceFormatter(String contentType)
-
-
Method Detail
-
writeTo
public void writeTo(org.apache.axis2.context.MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, OutputStream outputStream, boolean preserve) throws org.apache.axis2.AxisFault- Specified by:
writeToin interfaceorg.apache.axis2.kernel.MessageFormatter- Throws:
org.apache.axis2.AxisFault
-
getContentType
public String getContentType(org.apache.axis2.context.MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, String soapAction)
- Specified by:
getContentTypein interfaceorg.apache.axis2.kernel.MessageFormatter
-
getTargetAddress
public URL getTargetAddress(org.apache.axis2.context.MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, URL targetURL) throws org.apache.axis2.AxisFault
- Specified by:
getTargetAddressin interfaceorg.apache.axis2.kernel.MessageFormatter- Throws:
org.apache.axis2.AxisFault
-
-