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.mex.server   
com.sun.xml.ws.protocol.soap   
com.sun.xml.ws.rx.mc.runtime   
com.sun.xml.ws.rx.rm.runtime   
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.transport.tcp.client   
com.sun.xml.ws.tx.at.tube   
com.sun.xml.ws.util.pipe   
com.sun.xml.wss.jaxws.impl   
com.sun.xml.wss.provider.wsit   
com.sun.xml.xwss   
 

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

Methods in com.sun.xml.ws.addressing that return NextAction
 NextAction WsaServerTube.processException(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(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(Runnable onExitRunnable)
           
protected  NextAction AbstractTubeImpl.doSuspend(Tube next)
          Deprecated. 
protected  NextAction AbstractTubeImpl.doSuspend(Tube next, Runnable onExitRunnable)
           
protected  NextAction AbstractTubeImpl.doThrow(Packet response, Throwable t)
           
protected  NextAction AbstractTubeImpl.doThrow(Throwable t)
           
 NextAction AbstractFilterTubeImpl.processException(Throwable t)
          Default no-op implementation.
 NextAction PipeAdapter.processException(Throwable t)
           
 NextAction AbstractFilterTubeImpl.processRequest(Packet request)
          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.processResponse(Packet response)
          Default no-op implementation.
 NextAction PipeAdapter.processResponse(Packet p)
           
 

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(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(Throwable t)
           
 NextAction HandlerTube.processRequest(Packet request)
           
 NextAction HandlerTube.processResponse(Packet response)
           
 

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

Methods in com.sun.xml.ws.mex.server that return NextAction
 NextAction MetadataServerPipe.processRequest(Packet request)
          Method returns immediately if there are no headers in the message to check.
 

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.rx.mc.runtime
 

Methods in com.sun.xml.ws.rx.mc.runtime that return NextAction
 NextAction McClientTube.processException(Throwable t)
           
 NextAction McServerTube.processException(Throwable t)
           
 NextAction McClientTube.processRequest(Packet request)
           
 NextAction McServerTube.processRequest(Packet request)
           
 NextAction McClientTube.processResponse(Packet response)
           
 NextAction McServerTube.processResponse(Packet response)
           
 

Uses of NextAction in com.sun.xml.ws.rx.rm.runtime
 

Methods in com.sun.xml.ws.rx.rm.runtime that return NextAction
 NextAction ServerTube.processException(Throwable throwable)
           
 NextAction ServerTube.processRequest(Packet request)
           
 NextAction ServerTube.processResponse(Packet 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 AsyncProviderInvokerTube.processException(Throwable t)
           
 NextAction SyncProviderInvokerTube.processException(Throwable t)
           
 NextAction AsyncProviderInvokerTube.processRequest(Packet request)
           
 NextAction SyncProviderInvokerTube.processRequest(Packet request)
           
 NextAction AsyncProviderInvokerTube.processResponse(Packet response)
           
 NextAction SyncProviderInvokerTube.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.tcp.client
 

Methods in com.sun.xml.ws.transport.tcp.client that return NextAction
 NextAction TCPTransportPipe.processException(Throwable t)
           
 NextAction TCPTransportPipe.processRequest(Packet request)
           
 NextAction TCPTransportPipe.processResponse(Packet response)
           
 

Uses of NextAction in com.sun.xml.ws.tx.at.tube
 

Methods in com.sun.xml.ws.tx.at.tube that return NextAction
 NextAction WSATClientTube.processException(Throwable t)
           
 NextAction WSATServerTube.processException(Throwable t)
           
 NextAction WSATClientTube.processRequest(Packet request)
           
 NextAction WSATServerTube.processRequest(Packet request)
           
 NextAction WSATClientTube.processResponse(Packet response)
           
 NextAction WSATServerTube.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)
           
 

Uses of NextAction in com.sun.xml.wss.jaxws.impl
 

Methods in com.sun.xml.wss.jaxws.impl that return NextAction
 NextAction SecurityClientTube.processException(Throwable t)
           
 NextAction SecurityServerTube.processException(Throwable t)
           
 NextAction SecurityClientTube.processRequest(Packet packet)
           
 NextAction SecurityServerTube.processRequest(Packet packet)
           
 NextAction SecurityClientTube.processResponse(Packet ret)
           
 NextAction SecurityServerTube.processResponse(Packet retPacket)
           
 

Uses of NextAction in com.sun.xml.wss.provider.wsit
 

Methods in com.sun.xml.wss.provider.wsit that return NextAction
 NextAction ClientSecurityTube.processException(Throwable t)
           
 NextAction ServerSecurityTube.processException(Throwable t)
           
 NextAction ClientSecurityTube.processRequest(Packet packet)
           
 NextAction ServerSecurityTube.processRequest(Packet request)
           
 NextAction ClientSecurityTube.processResponse(Packet ret)
           
 NextAction ServerSecurityTube.processResponse(Packet response)
           
 

Uses of NextAction in com.sun.xml.xwss
 

Methods in com.sun.xml.xwss that return NextAction
 NextAction XWSSClientTube.processRequest(Packet packet)
           
 NextAction XWSSServerTube.processRequest(Packet packet)
           
 NextAction XWSSClientTube.processResponse(Packet ret)
           
 NextAction XWSSServerTube.processResponse(Packet ret)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.