Uses of Class
com.sun.xml.ws.api.pipe.NextAction
-
Packages that use NextAction Package Description com.sun.xml.ws.addressing com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtimecom.sun.xml.ws.transport -
-
Uses of NextAction in com.sun.xml.ws.addressing
Methods in com.sun.xml.ws.addressing that return NextAction Modifier and Type Method Description NextActionWsaServerTube. processException(Throwable t)NextActionWsaClientTube. processRequest(Packet request)NextActionWsaServerTube. processRequest(Packet request)NextActionWsaClientTube. processResponse(Packet response)NextActionWsaServerTube. processResponse(Packet response) -
Uses of NextAction in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return NextAction Modifier and Type Method Description NextActionTube. processException(Throwable t)Acts on a exception and performs some clean up operations.NextActionTube. processRequest(Packet request)Acts on a request and perform some protocol specific operation.NextActionTube. processResponse(Packet response)Acts on a response and performs some protocol specific operation. -
Uses of NextAction in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return NextAction Modifier and Type Method Description NextActionServerSchemaValidationTube. processRequest(Packet request)NextActionServerSchemaValidationTube. processResponse(Packet response) -
Uses of NextAction in com.sun.xml.ws.transport
Methods in com.sun.xml.ws.transport that return NextAction Modifier and Type Method Description NextActionDeferredTransportPipe. processException(Throwable t)NextActionDeferredTransportPipe. processRequest(Packet request)NextActionDeferredTransportPipe. processResponse(Packet response)
-