Package com.sun.xml.ws.rx.mc.runtime
Class McClientTube
- 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- Author:
- Marek Potociar
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.xml.ws.api.pipe.helper.AbstractTubeImplcopy(com.sun.xml.ws.api.pipe.TubeCloner cloner)com.sun.xml.ws.api.addressing.WSEndpointReferencegetWsmcAnonymousEndpointReference()voidpreDestroy()com.sun.xml.ws.api.pipe.NextActionprocessException(Throwable t)com.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)voidregisterProtocolMessageHandler(com.sun.xml.ws.rx.mc.dev.ProtocolMessageHandler handler)
-
-
-
Method Detail
-
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
public com.sun.xml.ws.api.pipe.NextAction processException(Throwable t)
- 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)
-
-