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 JAX-WS 2.0.1 Client Runtimecom.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 Runtimecom.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 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.mex.server
Methods in com.sun.xml.ws.mex.server that return NextAction Modifier and Type Method Description NextActionMetadataServerPipe. 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 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.rx.mc.runtime
Methods in com.sun.xml.ws.rx.mc.runtime that return NextAction Modifier and Type Method Description NextActionMcClientTube. processException(Throwable t)NextActionMcServerTube. processException(Throwable t)NextActionMcClientTube. processRequest(Packet request)NextActionMcServerTube. processRequest(Packet request)NextActionMcClientTube. processResponse(Packet response)NextActionMcServerTube. 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 Modifier and Type Method Description NextActionServerTube. processException(Throwable throwable)NextActionServerTube. processRequest(Packet request)NextActionServerTube. processResponse(Packet 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.transport.tcp.client
Methods in com.sun.xml.ws.transport.tcp.client that return NextAction Modifier and Type Method Description NextActionTCPTransportPipe. processException(Throwable t)NextActionTCPTransportPipe. processRequest(Packet request)NextActionTCPTransportPipe. 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 Modifier and Type Method Description NextActionWSATClientTube. processException(Throwable t)NextActionWSATServerTube. processException(Throwable t)NextActionWSATClientTube. processRequest(Packet request)NextActionWSATServerTube. processRequest(Packet request)NextActionWSATClientTube. processResponse(Packet response)NextActionWSATServerTube. 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) -
Uses of NextAction in com.sun.xml.wss.jaxws.impl
Methods in com.sun.xml.wss.jaxws.impl that return NextAction Modifier and Type Method Description NextActionSecurityClientTube. processException(Throwable t)NextActionSecurityServerTube. processException(Throwable t)NextActionSecurityClientTube. processRequest(Packet packet)NextActionSecurityServerTube. processRequest(Packet packet)NextActionSecurityClientTube. processResponse(Packet ret)NextActionSecurityServerTube. processResponse(Packet retPacket) -
Uses of NextAction in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit that return NextAction Modifier and Type Method Description NextActionClientSecurityTube. processException(Throwable t)NextActionServerSecurityTube. processException(Throwable t)NextActionClientSecurityTube. processRequest(Packet packet)NextActionServerSecurityTube. processRequest(Packet request)NextActionClientSecurityTube. processResponse(Packet ret)NextActionServerSecurityTube. processResponse(Packet response) -
Uses of NextAction in com.sun.xml.xwss
Methods in com.sun.xml.xwss that return NextAction Modifier and Type Method Description NextActionXWSSClientTube. processRequest(Packet packet)NextActionXWSSServerTube. processRequest(Packet packet)NextActionXWSSClientTube. processResponse(Packet ret)NextActionXWSSServerTube. processResponse(Packet ret)
-