org.apache.axis2.description
Class ClientUtils

java.lang.Object
  extended by org.apache.axis2.description.ClientUtils

public class ClientUtils
extends java.lang.Object

Utility methods for various clients to use.


Constructor Summary
ClientUtils()
           
 
Method Summary
static TransportInDescription inferInTransport(AxisConfiguration ac, Options options, MessageContext msgCtxt)
           
static TransportOutDescription inferOutTransport(AxisConfiguration ac, EndpointReference epr, MessageContext msgctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientUtils

public ClientUtils()
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


Copyright © 2007 Apache Web Services Project. All Rights Reserved.