java.lang.Object
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
com.sun.xml.ws.rx.mc.runtime.McClientTube
- All Implemented Interfaces:
com.sun.xml.ws.api.pipe.Pipe,com.sun.xml.ws.api.pipe.Tube,com.sun.xml.ws.rx.mc.dev.WsmcRuntimeProvider
public class McClientTube
extends com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
implements com.sun.xml.ws.rx.mc.dev.WsmcRuntimeProvider
-
Field Summary
Fields inherited from class com.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
next -
Method Summary
Modifier and TypeMethodDescriptioncom.sun.xml.ws.api.pipe.helper.AbstractTubeImplcopy(com.sun.xml.ws.api.pipe.TubeCloner cloner) final com.sun.xml.ws.api.addressing.WSEndpointReferencevoidcom.sun.xml.ws.api.pipe.NextActioncom.sun.xml.ws.api.pipe.NextActionprocessRequest(com.sun.xml.ws.api.message.Packet request) com.sun.xml.ws.api.pipe.NextActionprocessResponse(com.sun.xml.ws.api.message.Packet response) final voidregisterProtocolMessageHandler(com.sun.xml.ws.rx.mc.dev.ProtocolMessageHandler handler) Methods inherited from class com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
copy, doInvoke, doInvokeAndForget, doReturnWith, doSuspend, doSuspend, doSuspend, doSuspend, doThrow, doThrow, process
-
Method Details
-
copy
public com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl copy(com.sun.xml.ws.api.pipe.TubeCloner cloner) - Specified by:
copyin interfacecom.sun.xml.ws.api.pipe.Tube- Specified by:
copyin classcom.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
-
processRequest
public com.sun.xml.ws.api.pipe.NextAction processRequest(com.sun.xml.ws.api.message.Packet request) - Specified by:
processRequestin interfacecom.sun.xml.ws.api.pipe.Tube- Overrides:
processRequestin classcom.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
-
processResponse
public com.sun.xml.ws.api.pipe.NextAction processResponse(com.sun.xml.ws.api.message.Packet response) - Specified by:
processResponsein interfacecom.sun.xml.ws.api.pipe.Tube- Overrides:
processResponsein classcom.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
-
processException
- Specified by:
processExceptionin interfacecom.sun.xml.ws.api.pipe.Tube- Overrides:
processExceptionin classcom.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
-
preDestroy
public void preDestroy()- Specified by:
preDestroyin interfacecom.sun.xml.ws.api.pipe.Pipe- Specified by:
preDestroyin interfacecom.sun.xml.ws.api.pipe.Tube- Overrides:
preDestroyin classcom.sun.xml.ws.api.pipe.helper.AbstractFilterTubeImpl
-
getWsmcAnonymousEndpointReference
public final com.sun.xml.ws.api.addressing.WSEndpointReference getWsmcAnonymousEndpointReference()- Specified by:
getWsmcAnonymousEndpointReferencein interfacecom.sun.xml.ws.rx.mc.dev.WsmcRuntimeProvider- See Also:
-
WsmcRuntimeProvider.getWsmcAnonymousEndpointReference()
-
registerProtocolMessageHandler
public final void registerProtocolMessageHandler(com.sun.xml.ws.rx.mc.dev.ProtocolMessageHandler handler) - Specified by:
registerProtocolMessageHandlerin interfacecom.sun.xml.ws.rx.mc.dev.WsmcRuntimeProvider- See Also:
-
WsmcRuntimeProvider.registerProtocolMessageHandler(com.sun.xml.ws.rx.mc.dev.ProtocolMessageHandler)
-