Package org.apache.axis2.description
Class ClientUtils
- java.lang.Object
-
- org.apache.axis2.description.ClientUtils
-
public class ClientUtils extends Object
Utility methods for various clients to use.
-
-
Constructor Summary
Constructors Constructor Description ClientUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TransportInDescription
inferInTransport(AxisConfiguration ac, Options options, MessageContext msgCtxt)
static TransportOutDescription
inferOutTransport(AxisConfiguration ac, EndpointReference epr, MessageContext msgctx)
-
-
-
Method Detail
-
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
-
-