|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.axis2.ODEService
public class ODEService
A running service, encapsulates the Axis service, its receivers and our receivers as well.
Constructor Summary | |
---|---|
ODEService(org.apache.axis2.description.AxisService axisService,
ProcessConf pconf,
javax.xml.namespace.QName serviceName,
java.lang.String portName,
BpelServer server,
javax.transaction.TransactionManager txManager)
|
Method Summary | |
---|---|
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()
|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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
Method Detail |
---|
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.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 name
public static MutableEndpoint createServiceRef(org.w3c.dom.Element elmt)
elmt
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |