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.dump
Methods in com.sun.xml.ws.dump that return NextActionModifier and TypeMethodDescriptionLoggingDumpTube.processException(Throwable t) LoggingDumpTube.processRequest(Packet request) LoggingDumpTube.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.mex.server
Methods in com.sun.xml.ws.mex.server that return NextActionModifier and TypeMethodDescriptionMetadataServerPipe.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 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.rx.mc.runtime
Methods in com.sun.xml.ws.rx.mc.runtime that return NextActionModifier and TypeMethodDescriptionMcClientTube.processException(Throwable t) McServerTube.processException(Throwable t) McClientTube.processRequest(Packet request) McServerTube.processRequest(Packet request) McClientTube.processResponse(Packet response) 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 NextActionModifier and TypeMethodDescriptionServerTube.processException(Throwable throwable) ServerTube.processRequest(Packet request) ServerTube.processResponse(Packet 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.transport.tcp.client
Methods in com.sun.xml.ws.transport.tcp.client that return NextActionModifier and TypeMethodDescriptionTCPTransportPipe.processException(Throwable t) TCPTransportPipe.processRequest(Packet request) 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 NextActionModifier and TypeMethodDescriptionWSATClientTube.processException(Throwable t) WSATServerTube.processException(Throwable t) WSATClientTube.processRequest(Packet request) WSATServerTube.processRequest(Packet request) WSATClientTube.processResponse(Packet response) WSATServerTube.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) -
Uses of NextAction in com.sun.xml.wss.jaxws.impl
Methods in com.sun.xml.wss.jaxws.impl that return NextActionModifier and TypeMethodDescriptionSecurityClientTube.processException(Throwable t) SecurityServerTube.processException(Throwable t) SecurityClientTube.processRequest(Packet packet) SecurityServerTube.processRequest(Packet packet) SecurityClientTube.processResponse(Packet ret) SecurityServerTube.processResponse(Packet retPacket) -
Uses of NextAction in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit that return NextActionModifier and TypeMethodDescriptionClientSecurityTube.processException(Throwable t) ServerSecurityTube.processException(Throwable t) ClientSecurityTube.processRequest(Packet packet) ServerSecurityTube.processRequest(Packet request) ClientSecurityTube.processResponse(Packet ret) ServerSecurityTube.processResponse(Packet response) -
Uses of NextAction in com.sun.xml.xwss
Methods in com.sun.xml.xwss that return NextActionModifier and TypeMethodDescriptionXWSSClientTube.processRequest(Packet packet) XWSSServerTube.processRequest(Packet packet) XWSSClientTube.processResponse(Packet ret) XWSSServerTube.processResponse(Packet ret)