Package samples.userguide
Class MTOMSwAClient
- java.lang.Object
-
- samples.userguide.MTOMSwAClient
-
public class MTOMSwAClient extends Object
-
-
Constructor Summary
Constructors Constructor Description MTOMSwAClient()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)static org.apache.axiom.om.OMElementsendUsingMTOM(String fileName, String targetEPR)static org.apache.axis2.context.MessageContextsendUsingSwA(String fileName, String targetEPR)
-
-
-
Method Detail
-
sendUsingSwA
public static org.apache.axis2.context.MessageContext sendUsingSwA(String fileName, String targetEPR) throws IOException
- Throws:
IOException
-
sendUsingMTOM
public static org.apache.axiom.om.OMElement sendUsingMTOM(String fileName, String targetEPR) throws IOException
- Throws:
IOException
-
-