Package org.apache.axis2.description
Class ClientUtils
java.lang.Object
org.apache.axis2.description.ClientUtils
Utility methods for various clients to use.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TransportInDescriptioninferInTransport(AxisConfiguration ac, Options options, MessageContext msgCtxt) static TransportOutDescriptioninferOutTransport(AxisConfiguration ac, EndpointReference epr, MessageContext msgctx)
-
Constructor Details
-
ClientUtils
public ClientUtils()
-
-
Method Details
-
inferOutTransport
public static TransportOutDescription inferOutTransport(AxisConfiguration ac, EndpointReference epr, MessageContext msgctx) throws AxisFault - Throws:
AxisFault
-
inferInTransport
public static TransportInDescription inferInTransport(AxisConfiguration ac, Options options, MessageContext msgCtxt) throws AxisFault - Throws:
AxisFault
-