public class TG_SEIInvokerTube
extends com.sun.xml.ws.server.sei.SEIInvokerTube
| Constructor and Description |
|---|
TG_SEIInvokerTube(com.sun.xml.ws.model.AbstractSEIModelImpl model,
com.sun.xml.ws.api.server.Invoker invoker,
com.sun.xml.ws.api.WSBinding binding) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.xml.ws.api.pipe.NextAction |
processException(Throwable t) |
com.sun.xml.ws.api.pipe.NextAction |
processRequest(com.sun.xml.ws.api.message.Packet req)
This binds the parameters for SEI endpoints and invokes the endpoint method.
|
com.sun.xml.ws.api.pipe.NextAction |
processResponse(com.sun.xml.ws.api.message.Packet response) |
copy, getCurrentPacket, getEndpoint, getInvoker, preDestroy, setEndpointpublic TG_SEIInvokerTube(com.sun.xml.ws.model.AbstractSEIModelImpl model,
com.sun.xml.ws.api.server.Invoker invoker,
com.sun.xml.ws.api.WSBinding binding)
@NotNull
public com.sun.xml.ws.api.pipe.NextAction processRequest(@NotNull
com.sun.xml.ws.api.message.Packet req)
Message
that traverses through the Pipeline to transport.processRequest in interface com.sun.xml.ws.api.pipe.TubeprocessRequest in class com.sun.xml.ws.server.sei.SEIInvokerTube@NotNull
public com.sun.xml.ws.api.pipe.NextAction processResponse(@NotNull
com.sun.xml.ws.api.message.Packet response)
processResponse in interface com.sun.xml.ws.api.pipe.TubeprocessResponse in class com.sun.xml.ws.server.sei.SEIInvokerTube@NotNull
public com.sun.xml.ws.api.pipe.NextAction processException(@NotNull
Throwable t)
processException in interface com.sun.xml.ws.api.pipe.TubeprocessException in class com.sun.xml.ws.server.sei.SEIInvokerTubeCopyright © 2006–2015 TinyGroup. All rights reserved.