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.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.dump   
com.sun.xml.ws.handler   
com.sun.xml.ws.protocol.soap   
com.sun.xml.ws.server JAX-WS 2.0.1 Server 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
 NextAction WsaServerTube.processException(java.lang.Throwable t)
           
 NextAction WsaClientTube.processRequest(Packet request)
           
 NextAction WsaServerTube.processRequest(Packet request)
           
 NextAction WsaClientTube.processResponse(Packet response)
           
 NextAction WsaServerTube.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(java.lang.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()
          Deprecated. 
protected  NextAction AbstractTubeImpl.doSuspend(java.lang.Runnable onExitRunnable)
           
protected  NextAction AbstractTubeImpl.doSuspend(Tube next)
          Deprecated. 
protected  NextAction AbstractTubeImpl.doSuspend(Tube next, java.lang.Runnable onExitRunnable)
           
protected  NextAction AbstractTubeImpl.doThrow(Packet response, java.lang.Throwable t)
           
protected  NextAction AbstractTubeImpl.doThrow(java.lang.Throwable t)
           
 NextAction PipeAdapter.processException(java.lang.Throwable t)
           
 NextAction AbstractFilterTubeImpl.processException(java.lang.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.client
 

Methods in com.sun.xml.ws.client that return NextAction
 NextAction ClientSchemaValidationTube.processRequest(Packet request)
           
 NextAction ClientSchemaValidationTube.processResponse(Packet response)
           
 

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

Methods in com.sun.xml.ws.dump that return NextAction
 NextAction LoggingDumpTube.processException(java.lang.Throwable t)
           
 NextAction LoggingDumpTube.processRequest(Packet request)
           
 NextAction LoggingDumpTube.processResponse(Packet response)
           
 

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

Methods in com.sun.xml.ws.handler that return NextAction
 NextAction HandlerTube.processException(java.lang.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
 

Methods in com.sun.xml.ws.server that return NextAction
 NextAction ServerSchemaValidationTube.processRequest(Packet request)
           
 NextAction ServerSchemaValidationTube.processResponse(Packet 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(java.lang.Throwable t)
           
 NextAction AsyncProviderInvokerTube.processException(java.lang.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(java.lang.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(java.lang.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(java.lang.Throwable t)
           
 NextAction HttpTransportPipe.processRequest(Packet request)
           
 NextAction HttpTransportPipe.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 DumpTube.processResponse(Packet response)
           
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.