Uses of Class
com.sun.xml.ws.api.pipe.NextAction
Packages that use NextAction
Package
Description
Pipe and related abstractions.Default partial implementations of
Pipe.This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of NextAction in com.sun.xml.ws.addressing
Methods in com.sun.xml.ws.addressing that return NextActionModifier and TypeMethodDescriptionWsaServerTube.processException(Throwable t) WsaClientTube.processRequest(Packet request) WsaServerTube.processRequest(Packet request) WsaClientTube.processResponse(Packet response) WsaServerTube.processResponse(Packet response) -
Uses of NextAction in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return NextActionModifier and TypeMethodDescriptionTube.processException(Throwable t) Acts on a exception and performs some clean up operations.Tube.processRequest(Packet request) Acts on a request and perform some protocol specific operation.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 NextActionModifier and TypeMethodDescriptionprotected final NextActionprotected final NextActionAbstractTubeImpl.doInvokeAndForget(Tube next, Packet packet) protected final NextActionAbstractTubeImpl.doReturnWith(Packet response) protected final NextActionAbstractTubeImpl.doSuspend()Deprecated.protected final NextActionDeprecated.protected final NextActionprotected final NextActionprotected final NextActionprotected final NextActionAbstractFilterTubeImpl.processException(Throwable t) Default no-op implementation.PipeAdapter.processException(Throwable t) AbstractFilterTubeImpl.processRequest(Packet request) Default no-op implementation.PipeAdapter.processRequest(Packet p) Uses the current fiber and runs the whole pipe to the completion (meaning everything from now on will run synchronously.)AbstractFilterTubeImpl.processResponse(Packet response) Default no-op implementation.PipeAdapter.processResponse(Packet p) -
Uses of NextAction in com.sun.xml.ws.client
Methods in com.sun.xml.ws.client that return NextActionModifier and TypeMethodDescriptionClientSchemaValidationTube.processRequest(Packet request) ClientSchemaValidationTube.processResponse(Packet response) -
Uses of NextAction in com.sun.xml.ws.handler
Methods in com.sun.xml.ws.handler that return NextActionModifier and TypeMethodDescriptionHandlerTube.processException(Throwable t) HandlerTube.processRequest(Packet request) HandlerTube.processResponse(Packet response) -
Uses of NextAction in com.sun.xml.ws.protocol.soap
Methods in com.sun.xml.ws.protocol.soap that return NextActionModifier and TypeMethodDescriptionServerMUTube.processRequest(Packet request) Do MU Header Processing on incoming message (request)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 NextActionModifier and TypeMethodDescriptionServerSchemaValidationTube.processRequest(Packet request) ServerSchemaValidationTube.processResponse(Packet response) -
Uses of NextAction in com.sun.xml.ws.server.provider
Methods in com.sun.xml.ws.server.provider that return NextActionModifier and TypeMethodDescriptionAsyncProviderInvokerTube.processException(Throwable t) SyncProviderInvokerTube.processException(Throwable t) AsyncProviderInvokerTube.processRequest(Packet request) SyncProviderInvokerTube.processRequest(Packet request) AsyncProviderInvokerTube.processResponse(Packet response) SyncProviderInvokerTube.processResponse(Packet response) -
Uses of NextAction in com.sun.xml.ws.server.sei
Methods in com.sun.xml.ws.server.sei that return NextActionModifier and TypeMethodDescriptionSEIInvokerTube.processException(Throwable t) SEIInvokerTube.processRequest(Packet req) This binds the parameters for SEI endpoints and invokes the endpoint method.SEIInvokerTube.processResponse(Packet response) -
Uses of NextAction in com.sun.xml.ws.transport
Methods in com.sun.xml.ws.transport that return NextActionModifier and TypeMethodDescriptionDeferredTransportPipe.processException(Throwable t) DeferredTransportPipe.processRequest(Packet request) 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 NextActionModifier and TypeMethodDescriptionHttpTransportPipe.processException(Throwable t) HttpTransportPipe.processRequest(Packet request) HttpTransportPipe.processResponse(Packet response) -
Uses of NextAction in com.sun.xml.ws.util.pipe
Methods in com.sun.xml.ws.util.pipe that return NextActionModifier and TypeMethodDescriptionDumpTube.processRequest(Packet request) DumpTube.processResponse(Packet response)