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.api.pipe.helper Default partial implementations ofPipe.com.sun.xml.ws.client This document describes the architecture of client side JAX-WS 2.0.1 runtime.com.sun.xml.ws.dump com.sun.xml.ws.handler com.sun.xml.ws.protocol.soap com.sun.xml.ws.server This document describes the architecture of server side JAX-WS 2.0.1 runtime.com.sun.xml.ws.server.provider com.sun.xml.ws.server.sei com.sun.xml.ws.transport com.sun.xml.ws.transport.http.client com.sun.xml.ws.util.pipe -
-
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.api.pipe.helper
Methods in com.sun.xml.ws.api.pipe.helper that return NextAction Modifier and Type Method Description protected NextActionAbstractTubeImpl. doInvoke(Tube next, Packet packet)protected NextActionAbstractTubeImpl. doInvokeAndForget(Tube next, Packet packet)protected NextActionAbstractTubeImpl. doReturnWith(Packet response)protected NextActionAbstractTubeImpl. doSuspend()Deprecated.protected NextActionAbstractTubeImpl. doSuspend(Tube next)Deprecated.protected NextActionAbstractTubeImpl. doSuspend(Tube next, Runnable onExitRunnable)protected NextActionAbstractTubeImpl. doSuspend(Runnable onExitRunnable)protected NextActionAbstractTubeImpl. doThrow(Packet response, Throwable t)protected NextActionAbstractTubeImpl. doThrow(Throwable t)NextActionAbstractFilterTubeImpl. processException(Throwable t)Default no-op implementation.NextActionPipeAdapter. processException(Throwable t)NextActionAbstractFilterTubeImpl. processRequest(Packet request)Default no-op implementation.NextActionPipeAdapter. processRequest(Packet p)Uses the current fiber and runs the whole pipe to the completion (meaning everything from now on will run synchronously.)NextActionAbstractFilterTubeImpl. processResponse(Packet response)Default no-op implementation.NextActionPipeAdapter. processResponse(Packet p) -
Uses of NextAction in com.sun.xml.ws.client
Methods in com.sun.xml.ws.client that return NextAction Modifier and Type Method Description NextActionClientSchemaValidationTube. processRequest(Packet request)NextActionClientSchemaValidationTube. processResponse(Packet response) -
Uses of NextAction in com.sun.xml.ws.dump
Methods in com.sun.xml.ws.dump that return NextAction Modifier and Type Method Description NextActionLoggingDumpTube. processException(Throwable t)NextActionLoggingDumpTube. processRequest(Packet request)NextActionLoggingDumpTube. processResponse(Packet response) -
Uses of NextAction in com.sun.xml.ws.handler
Methods in com.sun.xml.ws.handler that return NextAction Modifier and Type Method Description NextActionHandlerTube. processException(Throwable t)NextActionHandlerTube. processRequest(Packet request)NextActionHandlerTube. processResponse(Packet response) -
Uses of NextAction in com.sun.xml.ws.protocol.soap
Methods in com.sun.xml.ws.protocol.soap that return NextAction Modifier and Type Method Description NextActionServerMUTube. processRequest(Packet request)Do MU Header Processing on incoming message (request)NextActionClientMUTube. processResponse(Packet response)Do MU Header Processing on incoming message (response) -
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.server.provider
Methods in com.sun.xml.ws.server.provider that return NextAction Modifier and Type Method Description NextActionAsyncProviderInvokerTube. processException(Throwable t)NextActionSyncProviderInvokerTube. processException(Throwable t)NextActionAsyncProviderInvokerTube. processRequest(Packet request)NextActionSyncProviderInvokerTube. processRequest(Packet request)NextActionAsyncProviderInvokerTube. processResponse(Packet response)NextActionSyncProviderInvokerTube. processResponse(Packet response) -
Uses of NextAction in com.sun.xml.ws.server.sei
Methods in com.sun.xml.ws.server.sei that return NextAction Modifier and Type Method Description NextActionSEIInvokerTube. processException(Throwable t)NextActionSEIInvokerTube. processRequest(Packet req)This binds the parameters for SEI endpoints and invokes the endpoint method.NextActionSEIInvokerTube. 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) -
Uses of NextAction in com.sun.xml.ws.transport.http.client
Methods in com.sun.xml.ws.transport.http.client that return NextAction Modifier and Type Method Description NextActionHttpTransportPipe. processException(Throwable t)NextActionHttpTransportPipe. processRequest(Packet request)NextActionHttpTransportPipe. processResponse(Packet response) -
Uses of NextAction in com.sun.xml.ws.util.pipe
Methods in com.sun.xml.ws.util.pipe that return NextAction Modifier and Type Method Description NextActionDumpTube. processRequest(Packet request)NextActionDumpTube. processResponse(Packet response)
-