org.apache.axis2.dataretrieval.client
Class MexClient
java.lang.Object
org.apache.axis2.client.ServiceClient
org.apache.axis2.dataretrieval.client.MexClient
public class MexClient
- extends ServiceClient
Method Summary |
org.apache.axiom.om.OMElement |
setupGetMetadataRequest(java.lang.String dialect,
java.lang.String identifier)
Builds OMElement that makes up of SOAP body. |
Methods inherited from class org.apache.axis2.client.ServiceClient |
addHeader, addHeader, addHeadersToEnvelope, addStringHeader, cleanup, cleanupTransport, createClient, disengageModule, disengageModule, engageModule, engageModule, equals, finalize, fireAndForget, fireAndForget, getAxisConfiguration, getAxisService, getLastOperationContext, getMyEPR, getOptions, getOverrideOptions, getServiceContext, getTargetEPR, hashCode, removeHeaders, sendReceive, sendReceive, sendReceiveNonBlocking, sendReceiveNonBlocking, sendReceiveNonBlocking, sendReceiveNonBlocking, sendRobust, sendRobust, setAxisService, setCachingOperationContext, setOptions, setOverrideOptions, setTargetEPR |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
MexClient
public MexClient(ConfigurationContext configContext,
AxisService axisService)
throws AxisFault
- Throws:
AxisFault
MexClient
public MexClient(ConfigurationContext configContext,
javax.wsdl.Definition wsdl4jDefinition,
QName wsdlServiceName,
java.lang.String portName)
throws AxisFault
- Throws:
AxisFault
MexClient
public MexClient(ConfigurationContext configContext,
java.net.URL wsdlURL,
QName wsdlServiceName,
java.lang.String portName)
throws AxisFault
- Throws:
AxisFault
MexClient
public MexClient()
throws AxisFault
- Throws:
AxisFault
setupGetMetadataRequest
public org.apache.axiom.om.OMElement setupGetMetadataRequest(java.lang.String dialect,
java.lang.String identifier)
throws AxisFault
- Builds OMElement that makes up of SOAP body.
- Throws:
AxisFault
Copyright © 2007 Apache Web Services Project. All Rights Reserved.