Uses of Class
com.sun.xml.ws.api.pipe.NextAction

Packages that use NextAction
com.sun.xml.ws.addressing   
com.sun.xml.ws.api.pipe Pipe and related abstractions. 
com.sun.xml.ws.api.pipe.helper Default partial implementations of Pipe
com.sun.xml.ws.handler   
com.sun.xml.ws.protocol.soap   
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.transport.local Transport implementations that work inside the single JVM. 
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
 NextAction WsaTube.processException(Throwable t)
           
 NextAction WsaServerTube.processRequest(Packet request)
           
 NextAction WsaClientTube.processRequest(Packet request)
           
 NextAction WsaServerTube.processResponse(Packet response)
           
 NextAction WsaClientTube.processResponse(Packet response)
           
 

Uses of NextAction in com.sun.xml.ws.api.pipe
 

Methods in com.sun.xml.ws.api.pipe that return NextAction
 NextAction Tube.processException(Throwable t)
          Acts on a exception and performs some clean up operations.
 NextAction Tube.processRequest(Packet request)
          Acts on a request and perform some protocol specific operation.
 NextAction Tube.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
protected  NextAction AbstractTubeImpl.doInvoke(Tube next, Packet packet)
           
protected  NextAction AbstractTubeImpl.doInvokeAndForget(Tube next, Packet packet)
           
protected  NextAction AbstractTubeImpl.doReturnWith(Packet response)
           
protected  NextAction AbstractTubeImpl.doSuspend()
           
protected  NextAction AbstractTubeImpl.doThrow(Throwable t)
           
 NextAction PipeAdapter.processException(Throwable t)
           
 NextAction AbstractFilterTubeImpl.processException(Throwable t)
          Default no-op implementation.
 NextAction PipeAdapter.processRequest(Packet p)
          Uses the current fiber and runs the whole pipe to the completion (meaning everything from now on will run synchronously.)
 NextAction AbstractFilterTubeImpl.processRequest(Packet request)
          Default no-op implementation.
 NextAction PipeAdapter.processResponse(Packet p)
           
 NextAction AbstractFilterTubeImpl.processResponse(Packet response)
          Default no-op implementation.
 

Uses of NextAction in com.sun.xml.ws.handler
 

Methods in com.sun.xml.ws.handler that return NextAction
 NextAction HandlerTube.processException(Throwable t)
           
 NextAction HandlerTube.processRequest(Packet request)
           
 NextAction HandlerTube.processResponse(Packet response)
           
 

Uses of NextAction in com.sun.xml.ws.protocol.soap
 

Methods in com.sun.xml.ws.protocol.soap that return NextAction
 NextAction ServerMUTube.processRequest(Packet request)
          Do MU Header Processing on incoming message (request)
 NextAction ClientMUTube.processResponse(Packet response)
          Do MU Header Processing on incoming message (response)
 

Uses of NextAction in com.sun.xml.ws.server.provider
 

Methods in com.sun.xml.ws.server.provider that return NextAction
 NextAction SyncProviderInvokerTube.processException(Throwable t)
           
 NextAction AsyncProviderInvokerTube.processException(Throwable t)
           
 NextAction SyncProviderInvokerTube.processRequest(Packet request)
           
 NextAction AsyncProviderInvokerTube.processRequest(Packet request)
           
 NextAction SyncProviderInvokerTube.processResponse(Packet response)
           
 NextAction AsyncProviderInvokerTube.processResponse(Packet response)
           
 

Uses of NextAction in com.sun.xml.ws.server.sei
 

Methods in com.sun.xml.ws.server.sei that return NextAction
 NextAction SEIInvokerTube.processException(Throwable t)
           
 NextAction SEIInvokerTube.processRequest(Packet req)
          This binds the parameters for SEI endpoints and invokes the endpoint method.
 NextAction SEIInvokerTube.processResponse(Packet response)
           
 

Uses of NextAction in com.sun.xml.ws.transport
 

Methods in com.sun.xml.ws.transport that return NextAction
 NextAction DeferredTransportPipe.processException(Throwable t)
           
 NextAction DeferredTransportPipe.processRequest(Packet request)
           
 NextAction DeferredTransportPipe.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
 NextAction HttpTransportPipe.processException(Throwable t)
           
 NextAction HttpTransportPipe.processRequest(Packet request)
           
 NextAction HttpTransportPipe.processResponse(Packet response)
           
 

Uses of NextAction in com.sun.xml.ws.transport.local
 

Methods in com.sun.xml.ws.transport.local that return NextAction
 NextAction LocalAsyncTransportTube.processException(Throwable t)
           
 NextAction LocalTransportTube.processException(Throwable t)
           
 NextAction LocalAsyncTransportTube.processRequest(Packet request)
           
 NextAction LocalTransportTube.processRequest(Packet request)
           
 NextAction LocalAsyncTransportTube.processResponse(Packet response)
           
 NextAction LocalTransportTube.processResponse(Packet response)
           
 

Uses of NextAction in com.sun.xml.ws.util.pipe
 

Methods in com.sun.xml.ws.util.pipe that return NextAction
 NextAction DumpTube.processRequest(Packet request)
           
 NextAction AbstractSchemaValidationTube.processRequest(Packet request)
           
 NextAction DumpTube.processResponse(Packet response)
           
 NextAction AbstractSchemaValidationTube.processResponse(Packet response)