|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.soap.local.reference.SOAPLocalTransport
SOAPLocalTransport behaves like a soap transport, but instead of sending the message out over a network, it calls an in-container service directly.
HTTPToSOAP
,
JMSToSOAP
Constructor Summary | |
SOAPLocalTransport(XURL endpoint,
IService service)
|
Method Summary | |
XURL |
getEndpoint()
|
IService |
getService()
Return the service we're short-circuited to, |
WSDL |
getWSDL()
Get the WSDL directly from our service. |
SOAPMessage |
handle(SOAPMessage soapRequest,
Context messageContext)
Calls the service using the service's handler chain. |
ISOAPReference |
next()
Always return null, since we're the end of the reference chain. |
void |
setNext(ISOAPReference reference)
Ignored, since we're always the end of the reference chain. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SOAPLocalTransport(XURL endpoint, IService service)
endpoint
- service
- Method Detail |
public IService getService()
public WSDL getWSDL()
getWSDL
in interface ISOAPReference
public XURL getEndpoint()
getEndpoint
in interface ISOAPReference
public ISOAPReference next()
public void setNext(ISOAPReference reference)
reference
- public SOAPMessage handle(SOAPMessage soapRequest, Context messageContext) throws java.rmi.RemoteException, java.lang.SecurityException
handle
in interface ISOAPHandler
soapRequest
- messageContext
-
java.rmi.RemoteException
java.lang.SecurityException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |