public class ODEService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CALLBACK_SESSION_ENDPOINT |
static java.lang.String |
TARGET_SESSION_ENDPOINT |
Constructor and Description |
---|
ODEService(org.apache.axis2.description.AxisService axisService,
ProcessConf pconf,
javax.xml.namespace.QName serviceName,
java.lang.String portName,
BpelServer server,
javax.transaction.TransactionManager txManager) |
Modifier and Type | Method and Description |
---|---|
static MutableEndpoint |
createServiceRef(org.w3c.dom.Element elmt)
Create-and-copy a service-ref element.
|
static org.w3c.dom.Element |
genEPRfromWSDL(javax.wsdl.Definition wsdlDef,
javax.xml.namespace.QName name,
java.lang.String portName)
Get the EPR of this service from the WSDL.
|
org.apache.axis2.description.AxisService |
getAxisService() |
EndpointReference |
getMyServiceRef()
Return the service-ref element that will be used to represent this
endpoint.
|
java.lang.String |
getName() |
org.apache.axis2.client.Options |
getOptions() |
void |
onAxisMessageExchange(org.apache.axis2.context.MessageContext msgContext,
org.apache.axis2.context.MessageContext outMsgContext,
org.apache.axiom.soap.SOAPFactory soapFactory) |
boolean |
respondsTo(javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portTypeName) |
public static final java.lang.String CALLBACK_SESSION_ENDPOINT
public static final java.lang.String TARGET_SESSION_ENDPOINT
public ODEService(org.apache.axis2.description.AxisService axisService, ProcessConf pconf, javax.xml.namespace.QName serviceName, java.lang.String portName, BpelServer server, javax.transaction.TransactionManager txManager) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public java.lang.String getName()
public void onAxisMessageExchange(org.apache.axis2.context.MessageContext msgContext, org.apache.axis2.context.MessageContext outMsgContext, org.apache.axiom.soap.SOAPFactory soapFactory) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public boolean respondsTo(javax.xml.namespace.QName serviceName, javax.xml.namespace.QName portTypeName)
public org.apache.axis2.client.Options getOptions()
ProcessConf.getEndpointProperties(org.apache.ode.bpel.iapi.EndpointReference)
public org.apache.axis2.description.AxisService getAxisService()
public EndpointReference getMyServiceRef()
public static org.w3c.dom.Element genEPRfromWSDL(javax.wsdl.Definition wsdlDef, javax.xml.namespace.QName name, java.lang.String portName)
name
- service nameportName
- port namepublic static MutableEndpoint createServiceRef(org.w3c.dom.Element elmt)
elmt
-