Uses of Class
com.sun.xml.ws.api.message.Packet

Packages that use Packet
com.sun.xml.ws.addressing   
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
com.sun.xml.ws.api.message.stream   
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.api.server APIs for hosting JAX-WS services. 
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.client.dispatch   
com.sun.xml.ws.client.sei   
com.sun.xml.ws.developer JAX-WS RI vendor extension features that are available to the JAX-WS RI users. 
com.sun.xml.ws.encoding   
com.sun.xml.ws.encoding.xml   
com.sun.xml.ws.handler   
com.sun.xml.ws.message Message implementations. 
com.sun.xml.ws.message.source   
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.server.servlet   
com.sun.xml.ws.transport   
com.sun.xml.ws.transport.http   
com.sun.xml.ws.transport.http.client   
com.sun.xml.ws.transport.http.server   
com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI. 
com.sun.xml.ws.transport.local Transport implementations that work inside the single JVM. 
com.sun.xml.ws.util.pipe   
 

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

Methods in com.sun.xml.ws.addressing that return Packet
protected  Packet WsaTube.validateInboundHeaders(Packet packet)
          Validates the inbound message.
 

Methods in com.sun.xml.ws.addressing with parameters of type Packet
 void WsaServerTube.checkCardinality(Packet packet)
           
 void WsaTube.checkCardinality(Packet packet)
          Checks the cardinality of WS-Addressing headers on an inbound Packet.
protected  void WsaClientTube.checkMandatoryHeaders(Packet packet, boolean foundAction, boolean foundTo, boolean foundMessageID, boolean foundRelatesTo)
           
protected  void WsaServerTube.checkMandatoryHeaders(Packet packet, boolean foundAction, boolean foundTo, boolean foundMessageId, boolean foundRelatesTo)
           
protected  void WsaTube.checkMandatoryHeaders(Packet packet, boolean foundAction, boolean foundTo, boolean foundMessageId, boolean foundRelatesTo)
           
 String WsaTubeHelper.getEffectiveInputAction(Packet packet)
          This method gives the Input addressing Action for a message.
 String WsaTubeHelper.getFaultAction(Packet requestPacket, Packet responsePacket)
           
(package private)  String WsaTubeHelper.getFaultAction(WSDLBoundOperation wbo, Packet responsePacket)
           
(package private)  String WsaTubeHelper.getFaultActionFromSEIModel(Packet requestPacket, Packet responsePacket)
           
 String WsaTubeHelper.getInputAction(Packet packet)
           
 String WsaTubeHelper.getOutputAction(Packet packet)
           
 String WsaTubeHelper.getSOAPAction(Packet packet)
           
protected  WSDLBoundOperation WsaTube.getWSDLBoundOperation(Packet packet)
           
(package private)  boolean WsaTube.isAddressingEngagedOrRequired(Packet packet, WSBinding binding)
           
 boolean WsaTubeHelper.isInputActionDefault(Packet packet)
           
 NextAction WsaClientTube.processRequest(Packet request)
           
 NextAction WsaServerTube.processRequest(Packet request)
           
 NextAction WsaClientTube.processResponse(Packet response)
           
 NextAction WsaServerTube.processResponse(Packet response)
           
 void WsaClientTube.validateAction(Packet packet)
           
 void WsaServerTube.validateAction(Packet packet)
           
protected abstract  void WsaTube.validateAction(Packet packet)
           
protected  Packet WsaTube.validateInboundHeaders(Packet packet)
          Validates the inbound message.
protected  void WsaTube.validateSOAPAction(Packet packet)
           
 

Constructors in com.sun.xml.ws.addressing with parameters of type Packet
WsaPropertyBag(AddressingVersion addressingVersion, SOAPVersion soapVersion, Packet packet)
           
 

Uses of Packet in com.sun.xml.ws.api.message
 

Methods in com.sun.xml.ws.api.message that return Packet
 Packet Packet.createClientResponse(Message msg)
          Creates a response Packet from a request packet (this).
 Packet Packet.createResponse(Message msg)
          Deprecated. Use createClientResponse(Message) for client side and createServerResponse(Message, String) for server side response creation.
 Packet Packet.createServerResponse(Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action)
          Creates a server-side response Packet from a request packet (this).
 Packet Packet.createServerResponse(Message responseMessage, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
          Creates a server-side response Packet from a request packet (this).
 

Methods in com.sun.xml.ws.api.message with parameters of type Packet
 void HeaderList.fillRequestAddressingHeaders(Packet packet, AddressingVersion av, SOAPVersion sv, boolean oneway, String action)
          Creates a set of outbound WS-Addressing headers on the client with the specified Action Message Addressing Property value.
 void HeaderList.fillRequestAddressingHeaders(WSDLPort wsdlPort, WSBinding binding, Packet packet)
          Creates a set of outbound WS-Addressing headers on the client with the default Action Message Addressing Property value.
 javax.xml.soap.SOAPMessage Message.readAsSOAPMessage(Packet packet, boolean inbound)
          Creates the equivalent SOAPMessage from this message.
 

Uses of Packet in com.sun.xml.ws.api.message.stream
 

Fields in com.sun.xml.ws.api.message.stream declared as Packet
 Packet StreamBasedMessage.properties
          The properties of the message.
 

Constructors in com.sun.xml.ws.api.message.stream with parameters of type Packet
InputStreamMessage(Packet properties, AttachmentSet attachments, String contentType, InputStream msg)
          Create a new message.
InputStreamMessage(Packet properties, String contentType, InputStream msg)
          Create a new message.
StreamBasedMessage(Packet properties)
          Create a new message.
StreamBasedMessage(Packet properties, AttachmentSet attachments)
          Create a new message.
XMLStreamReaderMessage(Packet properties, AttachmentSet attachments, javax.xml.stream.XMLStreamReader msg)
          Create a new message.
XMLStreamReaderMessage(Packet properties, javax.xml.stream.XMLStreamReader msg)
          Create a new message.
 

Uses of Packet in com.sun.xml.ws.api.pipe
 

Fields in com.sun.xml.ws.api.pipe declared as Packet
(package private)  Packet NextAction.packet
           
 

Methods in com.sun.xml.ws.api.pipe that return Packet
 Packet Fiber.getPacket()
          Gets the current Packet associated with this fiber.
 Packet Pipe.process(Packet request)
          Deprecated. Sends a Packet and returns a response Packet to it.
 Packet Fiber.runSync(Tube tubeline, Packet request)
          Runs a given Tube (and everything thereafter) synchronously.
 

Methods in com.sun.xml.ws.api.pipe with parameters of type Packet
 void Codec.decode(InputStream in, String contentType, Packet response)
          Reads bytes from InputStream and constructs a Message.
 void Codec.decode(ReadableByteChannel in, String contentType, Packet response)
           
 ContentType Codec.encode(Packet packet, OutputStream out)
          Encodes an XML infoset portion of the Message (from <soap:Envelope> to </soap:Envelope>).
 ContentType Codec.encode(Packet packet, WritableByteChannel buffer)
          The version of Codec.encode(Packet,OutputStream) that writes to NIO ByteBuffer.
 ContentType Codec.getStaticContentType(Packet packet)
          If the MIME content-type of the encoding is known statically then this method returns it.
 void NextAction.invoke(Tube next, Packet p)
          Indicates that the next action should be to invoke the next tube's Tube.processRequest(Packet), then later invoke the current tube's Tube.processResponse(Packet) with the response packet.
 void NextAction.invokeAndForget(Tube next, Packet p)
          Indicates that the next action should be to invoke the next tube's Tube.processRequest(Packet), but the current tube doesn't want to receive the response packet to its Tube.processResponse(Packet).
 void Fiber.CompletionCallback.onCompletion(Packet response)
          Indicates that the fiber has finished its execution.
 Packet Pipe.process(Packet request)
          Deprecated. Sends a Packet and returns a response Packet to it.
 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.
 void Fiber.resume(Packet response)
          Wakes up a suspended fiber.
 void NextAction.returnWith(Packet response)
          Indicates that the next action is to flip the processing direction and starts response processing.
 Packet Fiber.runSync(Tube tubeline, Packet request)
          Runs a given Tube (and everything thereafter) synchronously.
 void Fiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback)
          Starts the execution of this fiber asynchronously.
 

Uses of Packet in com.sun.xml.ws.api.pipe.helper
 

Methods in com.sun.xml.ws.api.pipe.helper that return Packet
 Packet AbstractFilterPipeImpl.process(Packet packet)
           
 Packet AbstractTubeImpl.process(Packet p)
          "Dual stack" compatibility mechanism.
 

Methods in com.sun.xml.ws.api.pipe.helper with parameters of type Packet
protected  NextAction AbstractTubeImpl.doInvoke(Tube next, Packet packet)
           
protected  NextAction AbstractTubeImpl.doInvokeAndForget(Tube next, Packet packet)
           
protected  NextAction AbstractTubeImpl.doReturnWith(Packet response)
           
 Packet AbstractFilterPipeImpl.process(Packet packet)
           
 Packet AbstractTubeImpl.process(Packet p)
          "Dual stack" compatibility mechanism.
 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 Packet in com.sun.xml.ws.api.server
 

Methods in com.sun.xml.ws.api.server that return Packet
protected  Packet AbstractServerAsyncTransport.decodePacket(T connection, Codec codec)
          decodes the transport data to Packet
 Packet WSWebServiceContext.getRequestPacket()
          Obtains the request packet that is being processed.
 Packet WSEndpoint.PipeHead.process(Packet request, WebServiceContextDelegate wscd, TransportBackChannel tbc)
          Processes a request and produces a reply.
 

Methods in com.sun.xml.ws.api.server with parameters of type Packet
protected abstract  void AbstractServerAsyncTransport.encodePacket(T connection, Packet packet, Codec codec)
          Encodes the Packet to infoset and writes on the connection.
 String WebServiceContextDelegate.getEPRAddress(Packet request, WSEndpoint endpoint)
          Gets the address of the endpoint.
 Principal WebServiceContextDelegate.getUserPrincipal(Packet request)
          Implements WebServiceContext.getUserPrincipal() for the given packet.
 String WebServiceContextDelegate.getWSDLAddress(Packet request, WSEndpoint endpoint)
          Gets the address of the primary WSDL.
abstract  Object Invoker.invoke(Packet p, Method m, Object... args)
           
<T> void
Invoker.invokeAsyncProvider(Packet p, T arg, AsyncProviderCallback cbak, javax.xml.ws.WebServiceContext ctxt)
          Invokes AsyncProvider.invoke(Object, AsyncProviderCallback, WebServiceContext)
<T> T
Invoker.invokeProvider(Packet p, T arg)
          Invokes Provider.invoke(Object)
 boolean WebServiceContextDelegate.isUserInRole(Packet request, String role)
          Implements WebServiceContext.isUserInRole(String) for the given packet.
 void WSEndpoint.CompletionCallback.onCompletion(Packet response)
          Indicates that the jax-ws runtime has finished execution of a request submitted via schedule().
 void InstanceResolver.postInvoke(Packet request, T servant)
          Called by the default Invoker after the method call is done.
 Packet WSEndpoint.PipeHead.process(Packet request, WebServiceContextDelegate wscd, TransportBackChannel tbc)
          Processes a request and produces a reply.
abstract  T InstanceResolver.resolve(Packet request)
          Decides which instance of 'T' serves the given request message.
 void WSEndpoint.schedule(Packet request, WSEndpoint.CompletionCallback callback)
          This method takes a Packet that represents a request, run it through a Tubeline, eventually pass it to the user implementation code, which produces a reply, then run that through the tubeline again, and eventually return it as a return value through WSEndpoint.CompletionCallback.
abstract  void WSEndpoint.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)
          Schedule invocation of web service asynchronously.
 

Uses of Packet in com.sun.xml.ws.client
 

Methods in com.sun.xml.ws.client that return Packet
protected  Packet Stub.process(Packet packet, RequestContext requestContext, ResponseContextReceiver receiver)
          Passes a message to a pipe for processing.
 

Methods in com.sun.xml.ws.client with parameters of type Packet
 void RequestContext.fill(Packet packet)
          Fill a Packet with values of this RequestContext.
protected  Packet Stub.process(Packet packet, RequestContext requestContext, ResponseContextReceiver receiver)
          Passes a message to a pipe for processing.
protected  void Stub.processAsync(Packet request, RequestContext requestContext, Fiber.CompletionCallback completionCallback)
          Passes a message through a Tubeline for processing.
 

Constructors in com.sun.xml.ws.client with parameters of type Packet
ResponseContext(Packet packet)
           
 

Uses of Packet in com.sun.xml.ws.client.dispatch
 

Methods in com.sun.xml.ws.client.dispatch that return Packet
(package private)  Packet DataSourceDispatch.createPacket(javax.activation.DataSource arg)
           
(package private)  Packet MessageDispatch.createPacket(Message msg)
           
(package private)  Packet JAXBDispatch.createPacket(Object msg)
           
(package private)  Packet SOAPMessageDispatch.createPacket(javax.xml.soap.SOAPMessage arg)
           
(package private)  Packet RESTSourceDispatch.createPacket(Source msg)
           
(package private)  Packet SOAPSourceDispatch.createPacket(Source msg)
           
(package private) abstract  Packet DispatchImpl.createPacket(T msg)
          Abstract method that is implemented by each concrete Dispatch class
 

Methods in com.sun.xml.ws.client.dispatch with parameters of type Packet
(package private)  void DispatchImpl.resolveEndpointAddress(Packet message, RequestContext requestContext)
           
(package private)  void DispatchImpl.setProperties(Packet packet, boolean expectReply)
           
(package private)  javax.activation.DataSource DataSourceDispatch.toReturnValue(Packet response)
           
(package private) abstract  T DispatchImpl.toReturnValue(Packet response)
          Obtains the value to return from the response message.
(package private)  Object JAXBDispatch.toReturnValue(Packet response)
           
(package private)  Message MessageDispatch.toReturnValue(Packet response)
           
(package private)  Source RESTSourceDispatch.toReturnValue(Packet response)
           
(package private)  javax.xml.soap.SOAPMessage SOAPMessageDispatch.toReturnValue(Packet response)
           
(package private)  Source SOAPSourceDispatch.toReturnValue(Packet response)
           
 

Uses of Packet in com.sun.xml.ws.client.sei
 

Methods in com.sun.xml.ws.client.sei that return Packet
 Packet SEIStub.doProcess(Packet request, RequestContext rc, ResponseContextReceiver receiver)
           
 

Methods in com.sun.xml.ws.client.sei with parameters of type Packet
 Packet SEIStub.doProcess(Packet request, RequestContext rc, ResponseContextReceiver receiver)
           
 void SEIStub.doProcessAsync(Packet request, RequestContext rc, Fiber.CompletionCallback callback)
           
 

Uses of Packet in com.sun.xml.ws.developer
 

Fields in com.sun.xml.ws.developer declared as Packet
protected  Packet ValidationErrorHandler.packet
           
 

Methods in com.sun.xml.ws.developer with parameters of type Packet
<EPR extends javax.xml.ws.EndpointReference>
EPR
StatefulWebServiceManager.export(Class<EPR> eprType, Packet currentRequest, T o)
          Exports an object.
<EPR extends javax.xml.ws.EndpointReference>
EPR
StatefulWebServiceManager.export(Class<EPR> eprType, Packet currentRequest, T o, EPRRecipe recipe)
          The same as StatefulWebServiceManager.export(Class, Packet, Object) except that it takes EPRRecipe.
 void ValidationErrorHandler.setPacket(Packet packet)
          Use it to communicate validation errors with the application.
 

Uses of Packet in com.sun.xml.ws.encoding
 

Methods in com.sun.xml.ws.encoding with parameters of type Packet
 void MimeCodec.decode(InputStream in, String contentType, Packet packet)
           
 void SOAPBindingCodec.decode(InputStream in, String contentType, Packet packet)
           
 void StreamSOAPCodec.decode(InputStream in, String contentType, Packet packet)
           
 void XMLHTTPBindingCodec.decode(InputStream in, String contentType, Packet packet)
           
 void RootOnlyCodec.decode(InputStream in, String contentType, Packet packet, AttachmentSet att)
          Reads root part bytes from InputStream and constructs a Message along with the given attachments.
 void StreamSOAPCodec.decode(InputStream in, String contentType, Packet packet, AttachmentSet att)
           
protected abstract  void MimeCodec.decode(MimeMultipartParser mpp, Packet packet)
          Parses a Packet from a MimeMultipartParser.
protected  void MtomCodec.decode(MimeMultipartParser mpp, Packet packet)
           
protected  void SOAPBindingCodec.decode(MimeMultipartParser mpp, Packet packet)
           
protected  void SwACodec.decode(MimeMultipartParser mpp, Packet packet)
           
protected  void XMLHTTPBindingCodec.decode(MimeMultipartParser mpp, Packet packet)
           
 void MimeCodec.decode(ReadableByteChannel in, String contentType, Packet packet)
           
 void SOAPBindingCodec.decode(ReadableByteChannel in, String contentType, Packet packet)
           
 void StreamSOAPCodec.decode(ReadableByteChannel in, String contentType, Packet packet)
           
 void RootOnlyCodec.decode(ReadableByteChannel in, String contentType, Packet packet, AttachmentSet att)
           
 void StreamSOAPCodec.decode(ReadableByteChannel in, String contentType, Packet response, AttachmentSet att)
           
 ContentType MimeCodec.encode(Packet packet, OutputStream out)
           
 ContentType MtomCodec.encode(Packet packet, OutputStream out)
           
 ContentType SOAPBindingCodec.encode(Packet packet, OutputStream out)
           
 ContentType StreamSOAPCodec.encode(Packet packet, OutputStream out)
           
 ContentType XMLHTTPBindingCodec.encode(Packet packet, OutputStream out)
           
 ContentType MtomCodec.encode(Packet packet, WritableByteChannel buffer)
           
 ContentType SOAPBindingCodec.encode(Packet packet, WritableByteChannel buffer)
           
 ContentType StreamSOAPCodec.encode(Packet packet, WritableByteChannel buffer)
           
 ContentType SwACodec.encode(Packet packet, WritableByteChannel buffer)
           
 ContentType XMLHTTPBindingCodec.encode(Packet packet, WritableByteChannel buffer)
           
 ContentType MimeCodec.getStaticContentType(Packet packet)
           
 ContentType MtomCodec.getStaticContentType(Packet packet)
          Return the soap 1.1 and soap 1.2 specific XOP packaged ContentType
 ContentType SOAPBindingCodec.getStaticContentType(Packet packet)
           
 ContentType StreamSOAPCodec.getStaticContentType(Packet packet)
           
 ContentType XMLHTTPBindingCodec.getStaticContentType(Packet packet)
           
 

Uses of Packet in com.sun.xml.ws.encoding.xml
 

Methods in com.sun.xml.ws.encoding.xml with parameters of type Packet
 void XMLCodec.decode(InputStream in, String contentType, Packet packet)
           
 void XMLCodec.decode(ReadableByteChannel in, String contentType, Packet packet)
           
 ContentType XMLCodec.encode(Packet packet, OutputStream out)
           
 ContentType XMLCodec.encode(Packet packet, WritableByteChannel buffer)
           
 ContentType XMLCodec.getStaticContentType(Packet packet)
           
 

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

Fields in com.sun.xml.ws.handler declared as Packet
(package private)  Packet HandlerTube.packet
           
(package private)  Packet MessageContextImpl.packet
           
(package private)  Packet MessageUpdatableContext.packet
           
 

Methods in com.sun.xml.ws.handler with parameters of type Packet
(package private)  void MessageContextImpl.fill(Packet packet)
          Fill a Packet with values of this MessageContext.
(package private)  MessageUpdatableContext ClientLogicalHandlerTube.getContext(Packet packet)
           
(package private)  MessageUpdatableContext ClientMessageHandlerTube.getContext(Packet p)
           
(package private)  MessageUpdatableContext ClientSOAPHandlerTube.getContext(Packet packet)
           
(package private) abstract  MessageUpdatableContext HandlerTube.getContext(Packet p)
           
(package private)  MessageUpdatableContext ServerLogicalHandlerTube.getContext(Packet packet)
           
(package private)  MessageUpdatableContext ServerMessageHandlerTube.getContext(Packet packet)
           
(package private)  MessageUpdatableContext ServerSOAPHandlerTube.getContext(Packet packet)
           
 NextAction HandlerTube.processRequest(Packet request)
           
 NextAction HandlerTube.processResponse(Packet response)
           
 

Constructors in com.sun.xml.ws.handler with parameters of type Packet
LogicalMessageContextImpl(WSBinding binding, Packet packet)
           
LogicalMessageImpl(Packet packet)
          Creates a new instance of LogicalMessageImplRearch
MessageContextImpl(Packet packet)
          Creates a new instance of MessageContextImpl
MessageHandlerContextImpl(SEIModel seiModel, WSBinding binding, WSDLPort wsdlModel, Packet packet, Set<String> roles)
           
MessageUpdatableContext(Packet packet)
          Creates a new instance of MessageUpdatableContext
SOAPMessageContextImpl(WSBinding binding, Packet packet, Set<String> roles)
           
 

Uses of Packet in com.sun.xml.ws.message
 

Methods in com.sun.xml.ws.message with parameters of type Packet
 javax.xml.soap.SOAPMessage AbstractMessageImpl.readAsSOAPMessage(Packet packet, boolean inbound)
           
 

Uses of Packet in com.sun.xml.ws.message.source
 

Methods in com.sun.xml.ws.message.source with parameters of type Packet
 javax.xml.soap.SOAPMessage ProtocolSourceMessage.readAsSOAPMessage(Packet packet, boolean inbound)
           
 

Uses of Packet in com.sun.xml.ws.protocol.soap
 

Methods in com.sun.xml.ws.protocol.soap with parameters of type Packet
 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 Packet in com.sun.xml.ws.server
 

Methods in com.sun.xml.ws.server that return Packet
static Packet InvokerTube.getCurrentPacket()
          This method can be called while the user service is servicing the request synchronously, to obtain the current request packet.
 

Methods in com.sun.xml.ws.server with parameters of type Packet
<EPR extends javax.xml.ws.EndpointReference>
EPR
StatefulInstanceResolver.export(Class<EPR> adrsVer, Packet currentRequest, T o)
           
<EPR extends javax.xml.ws.EndpointReference>
EPR
StatefulInstanceResolver.export(Class<EPR> adrsVer, Packet currentRequest, T o, EPRRecipe recipe)
           
 Invoker InvokerTube.getInvoker(Packet request)
          Returns the Invoker object that serves the request.
 T SingletonResolver.resolve(Packet request)
           
 T StatefulInstanceResolver.resolve(Packet request)
           
 void WSEndpointImpl.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)
           
 

Constructors in com.sun.xml.ws.server with parameters of type Packet
EndpointMessageContextImpl(Packet packet)
           
 

Uses of Packet in com.sun.xml.ws.server.provider
 

Methods in com.sun.xml.ws.server.provider that return Packet
protected  Packet ProviderArgumentsBuilder.getResponse(Packet request, Exception e, WSDLPort port, WSBinding binding)
          Creates Message from method invocation's return value
protected  Packet XMLProviderArgumentBuilder.getResponse(Packet request, Exception e, WSDLPort port, WSBinding binding)
           
protected  Packet ProviderArgumentsBuilder.getResponse(Packet request, T returnValue, WSDLPort port, WSBinding binding)
          Creates Packet from method invocation's return value
 

Methods in com.sun.xml.ws.server.provider with parameters of type Packet
protected  Message MessageProviderArgumentBuilder.getParameter(Packet packet)
           
protected abstract  T ProviderArgumentsBuilder.getParameter(Packet packet)
          Binds Message to method invocation parameter
protected  Packet ProviderArgumentsBuilder.getResponse(Packet request, Exception e, WSDLPort port, WSBinding binding)
          Creates Message from method invocation's return value
protected  Packet XMLProviderArgumentBuilder.getResponse(Packet request, Exception e, WSDLPort port, WSBinding binding)
           
protected  Packet ProviderArgumentsBuilder.getResponse(Packet request, T returnValue, WSDLPort port, WSBinding binding)
          Creates Packet from method invocation's return value
 NextAction AsyncProviderInvokerTube.processRequest(Packet request)
           
 NextAction SyncProviderInvokerTube.processRequest(Packet request)
           
 NextAction AsyncProviderInvokerTube.processResponse(Packet response)
           
 NextAction SyncProviderInvokerTube.processResponse(Packet response)
           
 

Uses of Packet in com.sun.xml.ws.server.sei
 

Methods in com.sun.xml.ws.server.sei that return Packet
 Packet EndpointMethodHandler.invoke(Packet req)
           
 

Methods in com.sun.xml.ws.server.sei with parameters of type Packet
 EndpointMethodHandler ActionBasedDispatcher.getEndpointMethodHandler(Packet request)
           
 EndpointMethodHandler EndpointMethodDispatcher.getEndpointMethodHandler(Packet request)
          Returns the EndpointMethodHandler for the request Packet.
 EndpointMethodHandler PayloadQNameBasedDispatcher.getEndpointMethodHandler(Packet request)
           
 EndpointMethodHandler SOAPActionBasedDispatcher.getEndpointMethodHandler(Packet request)
           
 Packet EndpointMethodHandler.invoke(Packet req)
           
 NextAction SEIInvokerTube.processRequest(Packet req)
          This binds the parameters for SEI endpoints and invokes the endpoint method.
 NextAction SEIInvokerTube.processResponse(Packet response)
           
 

Uses of Packet in com.sun.xml.ws.server.servlet
 

Methods in com.sun.xml.ws.server.servlet with parameters of type Packet
 T HttpSessionInstanceResolver.resolve(Packet request)
           
 

Uses of Packet in com.sun.xml.ws.transport
 

Methods in com.sun.xml.ws.transport with parameters of type Packet
 NextAction DeferredTransportPipe.processRequest(Packet request)
           
 NextAction DeferredTransportPipe.processResponse(Packet response)
           
 

Uses of Packet in com.sun.xml.ws.transport.http
 

Methods in com.sun.xml.ws.transport.http with parameters of type Packet
protected  void HttpAdapter.AsyncTransport.encodePacket(WSHTTPConnection con, Packet packet, Codec codec)
           
 

Uses of Packet in com.sun.xml.ws.transport.http.client
 

Methods in com.sun.xml.ws.transport.http.client that return Packet
 Packet HttpTransportPipe.process(Packet request)
           
 

Methods in com.sun.xml.ws.transport.http.client with parameters of type Packet
 Packet HttpTransportPipe.process(Packet request)
           
 NextAction HttpTransportPipe.processRequest(Packet request)
           
 NextAction HttpTransportPipe.processResponse(Packet response)
           
 

Constructors in com.sun.xml.ws.transport.http.client with parameters of type Packet
HttpClientTransport(Packet packet, Map<String,List<String>> reqHeaders)
           
 

Uses of Packet in com.sun.xml.ws.transport.http.server
 

Methods in com.sun.xml.ws.transport.http.server with parameters of type Packet
 String ServerConnectionImpl.getEPRAddress(Packet request, WSEndpoint endpoint)
           
 Principal ServerConnectionImpl.getUserPrincipal(Packet request)
           
 String ServerConnectionImpl.getWSDLAddress(Packet request, WSEndpoint endpoint)
           
 boolean ServerConnectionImpl.isUserInRole(Packet request, String role)
           
 

Uses of Packet in com.sun.xml.ws.transport.http.servlet
 

Methods in com.sun.xml.ws.transport.http.servlet with parameters of type Packet
 String ServletConnectionImpl.getEPRAddress(Packet p, WSEndpoint endpoint)
           
 Principal ServletConnectionImpl.getUserPrincipal(Packet p)
           
 String ServletConnectionImpl.getWSDLAddress(Packet request, WSEndpoint endpoint)
           
 boolean ServletConnectionImpl.isUserInRole(Packet p, String role)
           
 

Uses of Packet in com.sun.xml.ws.transport.local
 

Methods in com.sun.xml.ws.transport.local that return Packet
 Packet LocalTransportTube.process(Packet request)
           
 

Methods in com.sun.xml.ws.transport.local with parameters of type Packet
 String LocalConnectionImpl.getEPRAddress(Packet request, WSEndpoint endpoint)
           
 Principal LocalConnectionImpl.getUserPrincipal(Packet request)
           
 String LocalConnectionImpl.getWSDLAddress(Packet request, WSEndpoint endpoint)
           
 boolean LocalConnectionImpl.isUserInRole(Packet request, String role)
           
 Packet LocalTransportTube.process(Packet request)
           
 NextAction LocalAsyncTransportTube.processRequest(Packet request)
           
 NextAction LocalTransportTube.processRequest(Packet request)
           
 NextAction LocalAsyncTransportTube.processResponse(Packet response)
           
 NextAction LocalTransportTube.processResponse(Packet response)
           
 

Uses of Packet in com.sun.xml.ws.util.pipe
 

Methods in com.sun.xml.ws.util.pipe with parameters of type Packet
protected  void DumpTube.dump(String header, Packet packet)
           
 NextAction AbstractSchemaValidationTube.processRequest(Packet request)
           
 NextAction DumpTube.processRequest(Packet request)
           
 NextAction AbstractSchemaValidationTube.processResponse(Packet response)
           
 NextAction DumpTube.processResponse(Packet response)