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

Packages that use Packet
com.sun.xml.ws.addressing   
com.sun.xml.ws.addressing.model   
com.sun.xml.ws.addressing.v200408   
com.sun.xml.ws.api.addressing   
com.sun.xml.ws.api.databinding   
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
com.sun.xml.ws.api.message.saaj   
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.security.secconv.client   
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.sei   
com.sun.xml.ws.commons.ha   
com.sun.xml.ws.commons.xmlutil   
com.sun.xml.ws.db   
com.sun.xml.ws.developer JAX-WS RI vendor extension features that are available to the JAX-WS RI users. 
com.sun.xml.ws.dump   
com.sun.xml.ws.encoding   
com.sun.xml.ws.encoding.fastinfoset   
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.metro.api.config.management   
com.sun.xml.ws.mex.server   
com.sun.xml.ws.protocol.soap   
com.sun.xml.ws.rx.mc.dev   
com.sun.xml.ws.rx.mc.runtime   
com.sun.xml.ws.rx.message.jaxws   
com.sun.xml.ws.rx.rm.faults   
com.sun.xml.ws.rx.rm.runtime   
com.sun.xml.ws.rx.testing   
com.sun.xml.ws.rx.testing.filters   
com.sun.xml.ws.rx.util   
com.sun.xml.ws.security.encoding   
com.sun.xml.ws.security.impl   
com.sun.xml.ws.security.secconv   
com.sun.xml.ws.security.secconv.impl.client   
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.servlet Servlet transport for the JAX-WS RI. 
com.sun.xml.ws.transport.tcp.client   
com.sun.xml.ws.transport.tcp.encoding   
com.sun.xml.ws.transport.tcp.server   
com.sun.xml.ws.tx.at.tube   
com.sun.xml.ws.util.pipe   
com.sun.xml.ws.wsdl   
com.sun.xml.wss.jaxws.impl   
com.sun.xml.wss.provider.wsit   
com.sun.xml.xwss   
 

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

Methods in com.sun.xml.ws.addressing with parameters of type Packet
protected  void W3CWsaClientTube.checkMandatoryHeaders(Packet packet, boolean foundAction, boolean foundTo, boolean foundReplyTo, boolean foundFaultTo, boolean foundMessageID, boolean foundRelatesTo)
           
protected  void W3CWsaServerTube.checkMandatoryHeaders(Packet packet, boolean foundAction, boolean foundTo, boolean foundReplyTo, boolean foundFaultTo, boolean foundMessageId, boolean foundRelatesTo)
           
protected  void WsaServerTube.checkMessageAddressingProperties(Packet packet)
           
 String WsaTubeHelper.getEffectiveInputAction(Packet packet)
          This method gives the Input addressing Action for a message.
 String WsaTubeHelper.getFaultAction(Packet requestPacket, Packet responsePacket)
           
 String WsaTubeHelper.getInputAction(Packet packet)
           
 String WsaTubeHelper.getOutputAction(Packet packet)
           
 String WsaTubeHelper.getSOAPAction(Packet packet)
           
 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)
           
protected  void WsaClientTube.validateAction(Packet packet)
           
protected  void WsaServerTube.validateAction(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.addressing.model
 

Methods in com.sun.xml.ws.addressing.model that return Packet
 Packet MissingAddressingHeaderException.getPacket()
          The Packet in which a header was missing.
 

Constructors in com.sun.xml.ws.addressing.model with parameters of type Packet
MissingAddressingHeaderException(QName name, Packet p)
           
 

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

Methods in com.sun.xml.ws.addressing.v200408 with parameters of type Packet
protected  void MemberSubmissionWsaClientTube.checkMandatoryHeaders(Packet packet, boolean foundAction, boolean foundTo, boolean foundReplyTo, boolean foundFaultTo, boolean foundMessageID, boolean foundRelatesTo)
           
protected  void MemberSubmissionWsaServerTube.checkMandatoryHeaders(Packet packet, boolean foundAction, boolean foundTo, boolean foundReplyTo, boolean foundFaultTo, boolean foundMessageId, boolean foundRelatesTo)
           
 

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

Methods in com.sun.xml.ws.api.addressing that return Packet
 Packet NonAnonymousResponseProcessor.process(Packet packet)
          Send a response to a non-anonymous address.
 

Methods in com.sun.xml.ws.api.addressing with parameters of type Packet
 Packet NonAnonymousResponseProcessor.process(Packet packet)
          Send a response to a non-anonymous address.
 

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

Methods in com.sun.xml.ws.api.databinding that return Packet
 Packet ClientCallBridge.createRequestPacket(JavaCallInfo call)
           
 Packet EndpointCallBridge.serializeResponse(JavaCallInfo call)
           
 

Methods in com.sun.xml.ws.api.databinding with parameters of type Packet
 void Databinding.decode(InputStream in, String ct, Packet packet)
          Deprecated. use MessageContextFactory
 JavaCallInfo EndpointCallBridge.deserializeRequest(Packet req)
           
 ContentType Databinding.encode(Packet packet, OutputStream out)
          Deprecated. use MessageContextFactory
 EndpointCallBridge Databinding.getEndpointBridge(Packet soap)
          Deserializes a request XML(SOAP) message to a JavaCallInfo instance representing a JAVA method call.
 JavaCallInfo ClientCallBridge.readResponse(Packet packet, JavaCallInfo call)
           
 

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

Methods in com.sun.xml.ws.api.message that return Packet
 Packet Packet.copy(boolean copyMessage)
          Creates a copy of this 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).
 Packet Packet.relateClientResponse(Packet response)
          For use cases that start with an existing Packet.
 Packet Packet.relateServerResponse(Packet r, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
           
 

Methods in com.sun.xml.ws.api.message with parameters of type Packet
 void Packet.copyPropertiesTo(Packet response)
          Copy all properties from (this) packet into a input Packet
static Message Messages.createAddressingFaultMessage(WSBinding binding, Packet p, QName missingHeader)
          Creates a fault Message that captures the code/subcode/subsubcode defined by WS-Addressing if one of the expected WS-Addressing headers is missing in the message
static void AddressingUtils.fillRequestAddressingHeaders(MessageHeaders headers, Packet packet, AddressingVersion av, SOAPVersion sv, boolean oneway, String action)
           
static void AddressingUtils.fillRequestAddressingHeaders(MessageHeaders headers, Packet packet, AddressingVersion av, SOAPVersion sv, boolean oneway, String action, boolean mustUnderstand)
           
static void AddressingUtils.fillRequestAddressingHeaders(MessageHeaders headers, WSDLPort wsdlPort, WSBinding binding, Packet packet)
           
 void HeaderList.fillRequestAddressingHeaders(Packet packet, AddressingVersion av, SOAPVersion sv, boolean oneway, String action)
           
 void HeaderList.fillRequestAddressingHeaders(Packet packet, AddressingVersion av, SOAPVersion sv, boolean oneway, String action, boolean mustUnderstand)
          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.
static Map<String,List<String>> Message.getTransportHeaders(Packet packet)
           
static Map<String,List<String>> Message.getTransportHeaders(Packet packet, boolean inbound)
           
 SOAPMessage FilterMessageImpl.readAsSOAPMessage(Packet packet, boolean inbound)
           
 SOAPMessage Message.readAsSOAPMessage(Packet packet, boolean inbound)
          Creates the equivalent SOAPMessage from this message.
 Packet Packet.relateClientResponse(Packet response)
          For use cases that start with an existing Packet.
 Packet Packet.relateServerResponse(Packet r, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
           
 void Packet.setResponseMessage(Packet request, Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action)
          Overwrites the Message of the response packet (this) by the given Message.
 

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

Methods in com.sun.xml.ws.api.message.saaj with parameters of type Packet
static SAAJMessage SAAJFactory.read(Packet packet)
          Reads the message within the Packet to a SAAJMessage.
static SOAPMessage SAAJFactory.read(SOAPVersion soapVersion, Message message, Packet packet)
          Reads Message as SOAPMessage.
 SAAJMessage SAAJFactory.readAsSAAJ(Packet packet)
          Reads the message within the Packet to a SAAJMessage.
 SOAPMessage SAAJFactory.readAsSOAPMessage(SOAPVersion soapVersion, Message message, Packet packet)
          Reads Message as SOAPMessage.
 

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

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.
XMLStreamReaderMessage(Packet properties, AttachmentSet attachments, XMLStreamReader msg)
          Create a new message.
XMLStreamReaderMessage(Packet properties, XMLStreamReader msg)
          Create a new message.
 

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

Methods in com.sun.xml.ws.api.pipe that return Packet
 Packet Fiber.getPacket()
          Gets the current Packet associated with this fiber.
 Packet NextAction.getPacket()
          Returns the last Packet
 Packet ThrowableContainerPropertySet.getResponsePacket()
           
 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 that return types with arguments of type Packet
static Dispatch<Packet> Stubs.createPacketDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr)
          Creates a new Packet-based Dispatch stub that connects to the given pipe.
static Dispatch<Packet> Stubs.createPacketDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr)
          Creates a new Message-based Dispatch stub that connects to the given pipe.
 

Methods in com.sun.xml.ws.api.pipe with parameters of type Packet
 void NextAction.abortResponse(Packet response)
          Indicates that the next action is to abort the processResponse chain because of some non-exception condition.
 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 NextAction.invokeAsync(Tube next, Packet p)
          Indicates that the next action is to invoke the next tube in the tubeline async from the thread that started the tubeline.
 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 resumePacket)
          Wakes up a suspended fiber.
 void Fiber.resume(Packet resumePacket, boolean forceSync)
          Similar to resume(Packet) but allowing the Fiber to be resumed synchronously (in the current Thread).
 void Fiber.resume(Packet resumePacket, boolean forceSync, Fiber.CompletionCallback callback)
          Similar to resume(Packet, boolean) but allowing the Fiber to be resumed and at the same time atomically assign a new CompletionCallback to it.
 void Fiber.resume(Throwable throwable, Packet packet)
          Wakes up a suspended fiber with an exception.
 void Fiber.resume(Throwable error, Packet packet, boolean forceSync)
          Wakes up a suspend fiber with an exception.
 void Fiber.resumeAndReturn(Packet resumePacket, boolean forceSync)
          Wakes up a suspended fiber and begins response processing.
 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 ThrowableContainerPropertySet.setResponsePacket(Packet responsePacket)
           
 void Fiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback)
          Starts the execution of this fiber asynchronously.
 void Fiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback, boolean forceSync)
          Starts the execution of this fiber.
 void NextAction.throwException(Packet response, Throwable t)
          Indicates that the next action is to flip the processing direction and starts exception processing, but with the indicated context.
 

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)
           
protected  NextAction AbstractTubeImpl.doThrow(Packet response, Throwable t)
           
 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.security.secconv.client
 

Methods in com.sun.xml.ws.api.security.secconv.client that return Packet
abstract  Packet SCTokenConfiguration.getPacket()
           
 

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

Methods in com.sun.xml.ws.api.server that return Packet
abstract  Packet WSEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
          This is used by WsaServerTube and WSEndpointImpl to create a Packet with SOAPFault message from a Java exception.
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
abstract  Packet WSEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
          This is used by WsaServerTube and WSEndpointImpl to create a Packet with SOAPFault message from a Java exception.
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.
<T> void
Invoker.invokeAsyncProvider(Packet p, T arg, AsyncProviderCallback cbak, 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.
 void WSEndpoint.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)
           
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, boolean isAddressingEnabled)
          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(AsyncResponseImpl<?> receiver, Packet request, RequestContext requestContext, Fiber.CompletionCallback completionCallback)
          Passes a message through a Tubeline for processing.
 NextAction ClientSchemaValidationTube.processRequest(Packet request)
           
 NextAction ClientSchemaValidationTube.processResponse(Packet response)
           
 

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

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

Methods in com.sun.xml.ws.client.sei that return Packet
 Packet StubHandler.createRequestPacket(JavaCallInfo args)
          Creates a request JAXBMessage from method arguments.
 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(AsyncResponseImpl<?> receiver, Packet request, RequestContext rc, Fiber.CompletionCallback callback)
           
 JavaCallInfo StubHandler.readResponse(Packet p, JavaCallInfo call)
           
 

Uses of Packet in com.sun.xml.ws.commons.ha
 

Methods in com.sun.xml.ws.commons.ha with parameters of type Packet
static HaContext.State HaContext.initFrom(Packet packet)
           
 

Uses of Packet in com.sun.xml.ws.commons.xmlutil
 

Methods in com.sun.xml.ws.commons.xmlutil with parameters of type Packet
static String Converter.toString(Packet packet)
           
static String Converter.toStringNoIndent(Packet packet)
           
 

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

Methods in com.sun.xml.ws.db that return Packet
 Packet DatabindingImpl.serializeRequest(JavaCallInfo call)
           
 Packet DatabindingImpl.serializeResponse(JavaCallInfo call)
           
 

Methods in com.sun.xml.ws.db with parameters of type Packet
 void DatabindingImpl.decode(InputStream in, String ct, Packet p)
           
 JavaCallInfo DatabindingImpl.deserializeRequest(Packet req)
           
 JavaCallInfo DatabindingImpl.deserializeResponse(Packet res, JavaCallInfo call)
           
 ContentType DatabindingImpl.encode(Packet packet, OutputStream out)
           
 EndpointCallBridge DatabindingImpl.getEndpointBridge(Packet req)
           
 

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 EndpointReference>
EPR
StatefulWebServiceManager.export(Class<EPR> eprType, Packet currentRequest, T o)
          Exports an object.
<EPR extends 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.dump
 

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

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

Methods in com.sun.xml.ws.encoding with parameters of type 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  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 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)
           
static String MtomCodec.determinePacketEncoding(Packet packet)
           
 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)
           
static String MtomCodec.getActionParameter(Packet packet, SOAPVersion version)
           
protected abstract  ContentType StreamSOAPCodec.getContentType(Packet packet)
           
protected  ContentTypeImpl.Builder StreamSOAPCodec.getContenTypeBuilder(Packet packet)
           
protected  Codec XMLHTTPBindingCodec.getMimeRootCodec(Packet p)
           
 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)
           
static ContentType MtomCodec.getStaticContentTypeStatic(Packet packet, SOAPVersion version)
           
 

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

Methods in com.sun.xml.ws.encoding.fastinfoset with parameters of type Packet
 void FastInfosetCodec.decode(InputStream in, String contentType, Packet packet)
           
 void FastInfosetStreamSOAPCodec.decode(InputStream in, String contentType, Packet response)
           
 void FastInfosetCodec.decode(ReadableByteChannel in, String contentType, Packet response)
           
 void FastInfosetStreamSOAPCodec.decode(ReadableByteChannel in, String contentType, Packet response)
           
 ContentType FastInfosetCodec.encode(Packet packet, OutputStream out)
           
 ContentType FastInfosetStreamSOAPCodec.encode(Packet packet, OutputStream out)
           
 ContentType FastInfosetCodec.encode(Packet packet, WritableByteChannel buffer)
           
 ContentType FastInfosetStreamSOAPCodec.encode(Packet packet, WritableByteChannel buffer)
           
 ContentType FastInfosetCodec.getStaticContentType(Packet packet)
           
 ContentType FastInfosetStreamSOAPCodec.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)
           
 SOAPMessage XMLMessage.XMLMultiPart.readAsSOAPMessage(Packet packet, boolean inbound)
           
 

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

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

Constructors in com.sun.xml.ws.handler with parameters of type Packet
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
 SOAPMessage AbstractMessageImpl.readAsSOAPMessage(Packet packet, boolean inbound)
           
 Message AbstractMessageImpl.toSAAJ(Packet p, 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
 SOAPMessage ProtocolSourceMessage.readAsSOAPMessage(Packet packet, boolean inbound)
           
 

Uses of Packet in com.sun.xml.ws.metro.api.config.management
 

Methods in com.sun.xml.ws.metro.api.config.management that return Packet
 Packet ManagedEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tcps, Packet packet, SOAPVersion soapv, WSDLPort wsdlp, SEIModel seim, WSBinding wsb)
           
 

Methods in com.sun.xml.ws.metro.api.config.management with parameters of type Packet
 Packet ManagedEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tcps, Packet packet, SOAPVersion soapv, WSDLPort wsdlp, SEIModel seim, WSBinding wsb)
           
 void ManagedEndpoint.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)
           
 void ManagedEndpoint.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)
           
 

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

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

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

Methods in com.sun.xml.ws.rx.mc.dev that return types with arguments of type Packet
 Queue<Packet> AdditionalResponses.getAdditionalResponsePacketQueue()
           
 

Methods in com.sun.xml.ws.rx.mc.dev with parameters of type Packet
 void ProtocolMessageHandler.processProtocolMessage(Packet protocolMessage)
           This method is invoked from com.sun.xml.ws.rx.mc.runtime.WsMcResponseHandler#processResponse(Packet) in case it is not possible to resolve WS-A RelatesTo header from the response message to an existing suspended fiber.
 

Uses of Packet in com.sun.xml.ws.rx.mc.runtime
 

Methods in com.sun.xml.ws.rx.mc.runtime with parameters of type Packet
 NextAction McClientTube.processRequest(Packet request)
           
 NextAction McServerTube.processRequest(Packet request)
           
 NextAction McClientTube.processResponse(Packet response)
           
 NextAction McServerTube.processResponse(Packet response)
           
 

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

Methods in com.sun.xml.ws.rx.message.jaxws that return Packet
 Packet JaxwsMessage.getPacket()
           
 Packet SerializableMessage.getPacket()
           
 

Methods in com.sun.xml.ws.rx.message.jaxws with parameters of type Packet
 void JaxwsMessage.setPacket(Packet newPacket)
           
 void SerializableMessage.setPacket(Packet newPacket)
           
 

Constructors in com.sun.xml.ws.rx.message.jaxws with parameters of type Packet
JaxwsMessage(Packet packet, String correlationId)
           
SerializableMessage(Packet packet, String wsaAction)
           
 

Uses of Packet in com.sun.xml.ws.rx.rm.faults
 

Methods in com.sun.xml.ws.rx.rm.faults that return Packet
 Packet AbstractSoapFaultException.toRequest(RuntimeContext rc)
           
 Packet CreateSequenceRefusedFault.toRequest(RuntimeContext rc)
           
 Packet AbstractSoapFaultException.toResponse(RuntimeContext rc, Packet request)
           
 Packet CreateSequenceRefusedFault.toResponse(RuntimeContext rc, Packet request)
           
 

Methods in com.sun.xml.ws.rx.rm.faults with parameters of type Packet
 Packet AbstractSoapFaultException.toResponse(RuntimeContext rc, Packet request)
           
 Packet CreateSequenceRefusedFault.toResponse(RuntimeContext rc, Packet request)
           
 

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

Methods in com.sun.xml.ws.rx.rm.runtime that return Packet
abstract  Packet WsrmProtocolHandler.createEmptyAcknowledgementResponse(AcknowledgementData ackData, Packet requestPacket)
           
 Packet JaxwsApplicationMessage.getPacket()
           
abstract  Packet WsrmProtocolHandler.toPacket(CloseSequenceData data, Packet requestPacket)
           
abstract  Packet WsrmProtocolHandler.toPacket(CloseSequenceResponseData data, Packet requestPacket, boolean clientSideResponse)
           
abstract  Packet WsrmProtocolHandler.toPacket(CreateSequenceData data, Packet requestPacket)
           
abstract  Packet WsrmProtocolHandler.toPacket(CreateSequenceResponseData data, Packet requestPacket, boolean clientSideResponse)
           
abstract  Packet WsrmProtocolHandler.toPacket(TerminateSequenceData data, Packet requestPacket)
           
abstract  Packet WsrmProtocolHandler.toPacket(TerminateSequenceResponseData data, Packet requestPacket, boolean clientSideResponse)
           
 

Methods in com.sun.xml.ws.rx.rm.runtime with parameters of type Packet
abstract  void WsrmProtocolHandler.appendAcknowledgementHeaders(Packet packet, AcknowledgementData ackData)
           
 boolean WsrmProtocolHandler.containsProtocolMessage(Packet packet)
           
 boolean WsrmProtocolHandler.containsProtocolRequest(Packet packet)
           
 boolean WsrmProtocolHandler.containsProtocolResponse(Packet packet)
           
abstract  Packet WsrmProtocolHandler.createEmptyAcknowledgementResponse(AcknowledgementData ackData, Packet requestPacket)
           
static JaxwsApplicationMessage JaxwsApplicationMessage.newInstance(Packet packet, int initialResendCounterValue, String correlationId, String wsaAction, String sequenceId, long messageNumber)
           
 NextAction ServerTube.processRequest(Packet request)
           
 NextAction ServerTube.processResponse(Packet response)
           
abstract  CloseSequenceData WsrmProtocolHandler.toCloseSequenceData(Packet packet)
           
abstract  CloseSequenceResponseData WsrmProtocolHandler.toCloseSequenceResponseData(Packet packet)
           
abstract  CreateSequenceData WsrmProtocolHandler.toCreateSequenceData(Packet packet)
           
abstract  CreateSequenceResponseData WsrmProtocolHandler.toCreateSequenceResponseData(Packet packet)
           
abstract  Packet WsrmProtocolHandler.toPacket(CloseSequenceData data, Packet requestPacket)
           
abstract  Packet WsrmProtocolHandler.toPacket(CloseSequenceResponseData data, Packet requestPacket, boolean clientSideResponse)
           
abstract  Packet WsrmProtocolHandler.toPacket(CreateSequenceData data, Packet requestPacket)
           
abstract  Packet WsrmProtocolHandler.toPacket(CreateSequenceResponseData data, Packet requestPacket, boolean clientSideResponse)
           
abstract  Packet WsrmProtocolHandler.toPacket(TerminateSequenceData data, Packet requestPacket)
           
abstract  Packet WsrmProtocolHandler.toPacket(TerminateSequenceResponseData data, Packet requestPacket, boolean clientSideResponse)
           
abstract  TerminateSequenceData WsrmProtocolHandler.toTerminateSequenceData(Packet packet)
           
abstract  TerminateSequenceResponseData WsrmProtocolHandler.toTerminateSequenceResponseData(Packet packet)
           
 

Constructors in com.sun.xml.ws.rx.rm.runtime with parameters of type Packet
JaxwsApplicationMessage(Packet packet, String correlationId)
           
 

Uses of Packet in com.sun.xml.ws.rx.testing
 

Methods in com.sun.xml.ws.rx.testing that return Packet
abstract  Packet PacketFilter.filterClientRequest(Packet request)
          Method is called during the client-side request packet processing, which means that it is called BEFORE the request is sent to the service.
abstract  Packet PacketFilter.filterServerResponse(Packet response)
          Method is called during the server-side response packet processing, which means that it is called BEFORE the response is sent to the client.
 

Methods in com.sun.xml.ws.rx.testing with parameters of type Packet
abstract  Packet PacketFilter.filterClientRequest(Packet request)
          Method is called during the client-side request packet processing, which means that it is called BEFORE the request is sent to the service.
abstract  Packet PacketFilter.filterServerResponse(Packet response)
          Method is called during the server-side response packet processing, which means that it is called BEFORE the response is sent to the client.
protected  long PacketFilter.getMessageId(Packet packet)
          Retrieves RM sequence message identifier form the message stored in the packet.
protected  String PacketFilter.getSequenceId(Packet packet)
          Retrieves RM sequence identifier form the message stored in the packet.
protected  boolean PacketFilter.isRmProtocolMessage(Packet packet)
           
 

Uses of Packet in com.sun.xml.ws.rx.testing.filters
 

Methods in com.sun.xml.ws.rx.testing.filters that return Packet
 Packet RmEnabledCheckFilter.filterClientRequest(Packet request)
           
 Packet RmEnabledCheckFilter.filterServerResponse(Packet response)
           
 

Methods in com.sun.xml.ws.rx.testing.filters with parameters of type Packet
 Packet RmEnabledCheckFilter.filterClientRequest(Packet request)
           
 Packet RmEnabledCheckFilter.filterServerResponse(Packet response)
           
 

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

Methods in com.sun.xml.ws.rx.util that return Packet
 Packet Communicator.createEmptyRequestPacket(boolean expectReply)
          Creates a new empty request packet
 Packet Communicator.createEmptyRequestPacket(String requestWsaAction, boolean expectReply)
          Creates a new empty request packet with an empty message that has WS-A action set
 Packet Communicator.createEmptyResponsePacket(Packet requestPacket, String responseWsaAction)
          Creates an empty (no SOAP body payload) new response packet based for the supplied request packet with the provided response WS-Addressing action set.
 Packet Communicator.createNullResponsePacket(Packet requestPacket)
          Creates a null (no message) response packet based for the supplied request packet.
 Packet Communicator.createRequestPacket(Message message, String wsaAction, boolean expectReply)
           
 Packet Communicator.createRequestPacket(Object jaxbElement, String wsaAction, boolean expectReply)
           
 Packet Communicator.createRequestPacket(Packet originalRequestPacket, Object jaxbElement, String wsaAction, boolean expectReply)
           
 Packet Communicator.createResponsePacket(Packet requestPacket, Message message, String responseWsaAction)
          Creates new response packet based for the supplied request packet with the provided response WS-Addressing action set.
 Packet Communicator.createResponsePacket(Packet requestPacket, Object jaxbElement, String responseWsaAction, boolean isClientResponse)
          Creates new response packet based for the supplied request packet with the provided response WS-Addressing action set.
 Packet FiberExecutor.runSync(Packet request)
           
 Packet Communicator.send(Packet request)
          Sends the request Packet and returns the corresponding response Packet.
 Packet Communicator.setEmptyRequestMessage(Packet request, String wsaAction)
          Creates a new JAX-WS Message object that doesn't have any payload and sets it as the current packet content as a request message.
 Packet Communicator.setEmptyResponseMessage(Packet response, Packet request, String wsaAction)
          Overwrites the Message of the response packet with a newly created empty Message instance.
 

Methods in com.sun.xml.ws.rx.util with parameters of type Packet
 Packet Communicator.createEmptyResponsePacket(Packet requestPacket, String responseWsaAction)
          Creates an empty (no SOAP body payload) new response packet based for the supplied request packet with the provided response WS-Addressing action set.
 Packet Communicator.createNullResponsePacket(Packet requestPacket)
          Creates a null (no message) response packet based for the supplied request packet.
 Packet Communicator.createRequestPacket(Packet originalRequestPacket, Object jaxbElement, String wsaAction, boolean expectReply)
           
 Packet Communicator.createResponsePacket(Packet requestPacket, Message message, String responseWsaAction)
          Creates new response packet based for the supplied request packet with the provided response WS-Addressing action set.
 Packet Communicator.createResponsePacket(Packet requestPacket, Object jaxbElement, String responseWsaAction, boolean isClientResponse)
          Creates new response packet based for the supplied request packet with the provided response WS-Addressing action set.
 String Communicator.getWsaAction(Packet packet)
          Returns the value of WS-Addressing Action header of a message stored in the Packet.
 String Communicator.getWsaTo(Packet packet)
          Returns the value of WS-Addressing To header of a message stored in the Packet.
 void SuspendedFiberStorage.resumeFiber(String correlationId, Packet response)
           
protected  void AbstractResponseHandler.resumeParentFiber(Packet response)
           
 Packet FiberExecutor.runSync(Packet request)
           
 void FiberExecutor.schedule(Packet request, Fiber.CompletionCallback callback)
           
 Packet Communicator.send(Packet request)
          Sends the request Packet and returns the corresponding response Packet.
 void Communicator.sendAsync(Packet request, Fiber.CompletionCallback completionCallbackHandler)
          Asynchronously sends the request Packet
 void Communicator.sendAsync(Packet request, Fiber.CompletionCallback completionCallbackHandler, FiberContextSwitchInterceptor interceptor)
           
 void Communicator.setDestinationAddressFrom(Packet packet)
           
 Packet Communicator.setEmptyRequestMessage(Packet request, String wsaAction)
          Creates a new JAX-WS Message object that doesn't have any payload and sets it as the current packet content as a request message.
 Packet Communicator.setEmptyResponseMessage(Packet response, Packet request, String wsaAction)
          Overwrites the Message of the response packet with a newly created empty Message instance.
 void FiberExecutor.start(Packet request, Fiber.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)
           
 SecurityTokenReferenceType Communicator.tryStartSecureConversation(Packet request)
          If security is enabled, tries to initate secured conversation and obtain the security token reference.
 

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

Methods in com.sun.xml.ws.security.encoding with parameters of type Packet
 void LazyStreamCodec.decode(InputStream inputStream, String string, Packet packet)
           
 void LazyStreamCodec.decode(ReadableByteChannel readableByteChannel, String string, Packet packet)
           
 ContentType LazyStreamCodec.encode(Packet packet, OutputStream outputStream)
           
 ContentType LazyStreamCodec.encode(Packet packet, WritableByteChannel writableByteChannel)
           
 ContentType LazyStreamCodec.getStaticContentType(Packet packet)
           
 

Uses of Packet in com.sun.xml.ws.security.impl
 

Methods in com.sun.xml.ws.security.impl with parameters of type Packet
 String WebServiceContextSecurityDelegate.getEPRAddress(Packet arg0, WSEndpoint arg1)
           
 Principal WebServiceContextSecurityDelegate.getUserPrincipal(Packet packet)
           
 String WebServiceContextSecurityDelegate.getWSDLAddress(Packet arg0, WSEndpoint arg1)
           
 boolean WebServiceContextSecurityDelegate.isUserInRole(Packet arg0, String role)
           
 

Uses of Packet in com.sun.xml.ws.security.secconv
 

Methods in com.sun.xml.ws.security.secconv that return Packet
 Packet NewWSSCPlugin.createCancelPacket(BaseSTSRequest rst, WSDLPort wsdlPort, WSBinding binding, JAXBContext jbCxt, String endPointAddress)
           
 Packet NewWSSCPlugin.createIssuePacket(PolicyAssertion token, BaseSTSRequest rst, WSDLPort wsdlPort, WSBinding binding, JAXBContext jbCxt, String endPointAddress, Packet packet)
           
 

Methods in com.sun.xml.ws.security.secconv with parameters of type Packet
 Packet NewWSSCPlugin.createIssuePacket(PolicyAssertion token, BaseSTSRequest rst, WSDLPort wsdlPort, WSBinding binding, JAXBContext jbCxt, String endPointAddress, Packet packet)
           
 BaseSTSResponse NewWSSCPlugin.getRSTR(JAXBContext jbCxt, Packet respPacket)
           
 String STRValidationHelper.getSecurityContextTokenId(Packet packet)
          Get the active security token used by the specified packet for signing and encrypting the message.
 JAXBElement SecureConversationInitiator.startSecureConversation(Packet packet)
           
 

Uses of Packet in com.sun.xml.ws.security.secconv.impl.client
 

Methods in com.sun.xml.ws.security.secconv.impl.client that return Packet
 Packet DefaultSCTokenConfiguration.getPacket()
           
 

Constructors in com.sun.xml.ws.security.secconv.impl.client with parameters of type Packet
DefaultSCTokenConfiguration(String protocol, SecureConversationToken scToken, WSDLPort wsdlPort, WSBinding binding, Packet packet, AddressingVersion addVer, PolicyAssertion localToken)
           
DefaultSCTokenConfiguration(String protocol, SecureConversationToken scToken, WSDLPort wsdlPort, WSBinding binding, Pipe securityPipe, Packet packet, AddressingVersion addVer, PolicyAssertion localToken)
           
DefaultSCTokenConfiguration(String protocol, SecureConversationToken scToken, WSDLPort wsdlPort, WSBinding binding, Tube securityTube, Packet packet, AddressingVersion addVer, PolicyAssertion localToken, Tube nextTube)
           
 

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

Methods in com.sun.xml.ws.server that return Packet
 Packet WSEndpointImpl.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
           
 Packet WSEndpointMOMProxy.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
           
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
 Packet WSEndpointImpl.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
           
 Packet WSEndpointMOMProxy.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
           
<EPR extends EndpointReference>
EPR
StatefulInstanceResolver.export(Class<EPR> adrsVer, Packet currentRequest, T o)
           
<EPR extends 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.
 void StatefulInstanceResolver.postInvoke(Packet request, T servant)
           
 void WSEndpointImpl.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)
           
 NextAction ServerSchemaValidationTube.processRequest(Packet request)
           
 NextAction ServerSchemaValidationTube.processResponse(Packet response)
           
 T SingletonResolver.resolve(Packet request)
           
 T StatefulInstanceResolver.resolve(Packet request)
           
 void WSEndpointImpl.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)
           
 void WSEndpointMOMProxy.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
 Packet AsyncProviderInvokerTube.AsyncWebServiceContext.getRequestPacket()
           
protected  Packet ProviderArgumentsBuilder.getResponse(Packet request, Exception e, WSDLPort port, WSBinding binding)
          Creates Message from method invocation's return value
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
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 ProviderArgumentsBuilder.getResponse(Packet request, T returnValue, WSDLPort port, WSBinding binding)
          Creates Packet from method invocation's return value
 void AsyncProviderInvokerTube.FiberResumer.onResume(Packet response)
           
 NextAction AsyncProviderInvokerTube.processRequest(Packet request)
           
 NextAction SyncProviderInvokerTube.processRequest(Packet request)
           
 NextAction AsyncProviderInvokerTube.processResponse(Packet response)
           
 NextAction SyncProviderInvokerTube.processResponse(Packet response)
           
 

Constructors in com.sun.xml.ws.server.provider with parameters of type Packet
AsyncProviderInvokerTube.AsyncProviderCallbackImpl(Packet request, com.sun.xml.ws.server.provider.AsyncProviderInvokerTube.Resumer resumer)
           
AsyncProviderInvokerTube.AsyncWebServiceContext(WSEndpoint endpoint, Packet packet)
           
 

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

Methods in com.sun.xml.ws.server.sei that return Packet
 Packet TieHandler.serializeResponse(JavaCallInfo call)
           
 

Methods in com.sun.xml.ws.server.sei with parameters of type Packet
 JavaCallInfo TieHandler.deserializeRequest(Packet req)
           
 T InvokerSource.getInvoker(Packet request)
          Returns Invoker for the given request
 T InvokerTube.getInvoker(Packet request)
          Returns the Invoker object that serves the request.
abstract  Object Invoker.invoke(Packet p, Method m, Object... args)
          Wrapper for reflection invoke that allows containers to adapt
 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.addSatellites(Packet packet)
           
protected  void HttpAdapter.writeClientError(int connStatus, OutputStream os, Packet packet)
          This method is added for the case of the sub-class wants to override the method to print details.
 

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
protected  HttpClientTransport HttpTransportPipe.getTransport(Packet request, Map<String,List<String>> reqHeaders)
           
protected  HttpURLConnection HttpClientTransport.openConnection(Packet 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.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.tcp.client
 

Methods in com.sun.xml.ws.transport.tcp.client that return Packet
 Packet ServiceChannelTransportPipe.process(Packet packet)
           
 Packet TCPTransportPipe.process(Packet packet)
           
 

Methods in com.sun.xml.ws.transport.tcp.client with parameters of type Packet
 Packet ServiceChannelTransportPipe.process(Packet packet)
           
 Packet TCPTransportPipe.process(Packet packet)
           
 NextAction TCPTransportPipe.processRequest(Packet request)
           
 NextAction TCPTransportPipe.processResponse(Packet response)
           
protected  void TCPTransportPipe.writeTransportSOAPActionHeaderIfRequired(ChannelContext channelContext, ContentType ct, Packet packet)
           
 

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

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

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

Methods in com.sun.xml.ws.transport.tcp.server with parameters of type Packet
 void TCPAdapter.TCPToolkit.addCustomPacketSattellites(Packet packet)
          Method could be overwritten by children to add some extra Satellites to Packet
 String TCPConnectionImpl.getEPRAddress(Packet request, WSEndpoint endpoint)
           
 Principal TCPConnectionImpl.getUserPrincipal(Packet request)
           
 String TCPConnectionImpl.getWSDLAddress(Packet request, WSEndpoint endpoint)
           
 boolean TCPConnectionImpl.isUserInRole(Packet request, String role)
           
 

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

Methods in com.sun.xml.ws.tx.at.tube with parameters of type Packet
static TransactionalAttribute WSATTubeHelper.getTransactionalAttribute(TransactionalFeature feature, Packet packet, WSDLPort port)
           
 NextAction WSATClientTube.processRequest(Packet request)
           
 NextAction WSATServerTube.processRequest(Packet request)
           
 NextAction WSATClientTube.processResponse(Packet response)
           
 NextAction WSATServerTube.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 AbstractSchemaValidationTube.doProcess(Packet packet)
           
protected  void DumpTube.dump(String header, Packet packet)
           
 NextAction DumpTube.processRequest(Packet request)
           
 NextAction DumpTube.processResponse(Packet response)
           
 

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

Methods in com.sun.xml.ws.wsdl with parameters of type Packet
 WSDLOperationMapping OperationDispatcher.getWSDLOperationMapping(Packet request)
           
 WSDLOperationMapping WSDLOperationFinder.getWSDLOperationMapping(Packet request)
           
 QName OperationDispatcher.getWSDLOperationQName(Packet request)
          Deprecated. use getWSDLOperationMapping(Packet request)
 QName WSDLOperationFinder.getWSDLOperationQName(Packet request)
          Deprecated. use getWSDLOperationMapping(Packet request)
 

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

Methods in com.sun.xml.wss.jaxws.impl that return Packet
 Packet SecurityClientTube.processClientRequestPacket(Packet packet)
           
 Packet SecurityClientTube.processClientResponsePacket(Packet ret)
           
 Packet SecurityServerTube.processMessage(XMLStreamReaderMessage msg)
           
 

Methods in com.sun.xml.wss.jaxws.impl with parameters of type Packet
protected  void SecurityTubeBase.cacheMessage(Packet packet)
           
protected  String SecurityTubeBase.getAction(Packet packet)
           
protected  AlgorithmSuite SecurityTubeBase.getBindingAlgorithmSuite(Packet packet)
           
protected  List<PolicyAssertion> SecurityClientTube.getIssuedTokenPolicies(Packet packet, String scope)
           
protected  List<PolicyAssertion> SecurityTubeBase.getOutBoundKTP(Packet packet, boolean isSCMessage)
           
protected  MessagePolicy SecurityServerTube.getOutgoingFaultPolicy(Packet packet)
           
protected  MessagePolicy SecurityServerTube.getOutgoingXWSSecurityPolicy(Packet packet, boolean isSCMessage)
           
protected  MessagePolicy SecurityTubeBase.getOutgoingXWSSecurityPolicy(Packet packet, boolean isSCMessage)
           
protected  WSDLBoundOperation SecurityTubeBase.getWSDLOpFromAction(Packet packet, boolean isIncomming)
           
protected  WSDLBoundOperation SecurityTubeBase.getWSDLOpFromAction(Packet packet, boolean isIncomming, boolean isFault)
           
protected  ProcessingContext SecurityTubeBase.initializeInboundProcessingContext(Packet packet)
           
protected  ProcessingContext SecurityServerTube.initializeOutgoingProcessingContext(Packet packet, boolean isSCMessage)
           
protected  ProcessingContext SecurityTubeBase.initializeOutgoingProcessingContext(Packet packet, boolean isSCMessage)
           
protected  ProcessingContext SecurityServerTube.initializeOutgoingProcessingContext(Packet packet, boolean isSCMessage, boolean isTrustMessage)
           
protected  boolean SecurityTubeBase.isMakeConnectionMessage(Packet packet)
           
protected  boolean SecurityTubeBase.isRMMessage(Packet packet)
           
protected  boolean SecurityTubeBase.isSCCancel(Packet packet)
           
protected  boolean SecurityTubeBase.isSCMessage(Packet packet)
           
protected  boolean SecurityTubeBase.isSCRenew(Packet packet)
           
protected  boolean SecurityTubeBase.isTrustMessage(Packet packet)
           
protected  void SecurityClientTube.populateKerberosContext(Packet packet, ProcessingContextImpl ctx, boolean isSCMessage)
           
 Packet SecurityClientTube.processClientRequestPacket(Packet packet)
           
 Packet SecurityClientTube.processClientResponsePacket(Packet ret)
           
 InputStreamMessage SecurityServerTube.processInputStream(Packet packet)
           
 NextAction SecurityClientTube.processRequest(Packet packet)
           
 NextAction SecurityServerTube.processRequest(Packet packet)
           
 NextAction SecurityClientTube.processResponse(Packet ret)
           
 NextAction SecurityServerTube.processResponse(Packet retPacket)
           
protected  PolicyAlternativeHolder SecurityTubeBase.resolveAlternative(Packet packet, boolean isSCMessage)
           
 JAXBElement SecurityClientTube.startSecureConversation(Packet packet)
           
 

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

Methods in com.sun.xml.wss.provider.wsit that return Packet
 Packet PipeHelper.getFaultResponse(Packet request, Packet response, Throwable t)
           
 Packet PacketMapMessageInfo.getRequestPacket()
           
 Packet PacketMessageInfo.getRequestPacket()
           
protected  Packet WSITAuthContextBase.getRequestPacket(javax.security.auth.message.MessageInfo messageInfo)
           
 Packet PacketMapMessageInfo.getResponsePacket()
           
 Packet PacketMessageInfo.getResponsePacket()
           
protected  Packet WSITAuthContextBase.getResponsePacket(javax.security.auth.message.MessageInfo messageInfo)
           
 Packet PipeHelper.makeFaultResponse(Packet response, Throwable t)
           
 Packet ClientSecurityPipe.process(Packet request)
           
 Packet ServerSecurityPipe.process(Packet request)
           
 Packet WSITClientAuthContext.secureRequest(Packet packet, Subject clientSubject, boolean isSCMessage)
           
 Packet WSITServerAuthContext.secureResponse(Packet retPacket, Subject serviceSubject, Map sharedState)
           
 Packet WSITServerAuthContext.validateRequest(Packet packet, Subject clientSubject, Subject serviceSubject, Map<Object,Object> sharedState)
           
 Packet WSITClientAuthContext.validateResponse(Packet req, Subject clientSubject, Subject serviceSubject)
           
 

Methods in com.sun.xml.wss.provider.wsit with parameters of type Packet
 void PipeHelper.authorize(Packet request)
           
protected  WSDLBoundOperation WSITAuthContextBase.cachedOperation(Packet packet)
           
protected  void WSITAuthContextBase.cacheMessage(Packet packet)
           
protected  WSDLBoundOperation WSITAuthContextBase.cacheOperation(Message msg, Packet packet)
           
protected  void WSITAuthContextBase.cacheOperation(WSDLBoundOperation op, Packet packet)
           
protected  String WSITAuthContextBase.getAction(Packet packet)
           
protected  AlgorithmSuite WSITAuthContextBase.getBindingAlgorithmSuite(Packet packet)
           
 Packet PipeHelper.getFaultResponse(Packet request, Packet response, Throwable t)
           
protected  List<PolicyAssertion> WSITClientAuthContext.getIssuedTokenPolicies(Packet packet, String scope)
           
protected  WSDLBoundOperation WSITAuthContextBase.getOperation(Message message, Packet packet)
           
protected  List<PolicyAssertion> WSITAuthContextBase.getOutBoundKTP(Packet packet, boolean isSCMessage)
           
protected  MessagePolicy WSITServerAuthContext.getOutgoingFaultPolicy(Packet packet)
           
protected  MessagePolicy WSITAuthContextBase.getOutgoingXWSSecurityPolicy(Packet packet, boolean isSCMessage)
           
protected  MessagePolicy WSITServerAuthContext.getOutgoingXWSSecurityPolicy(Packet packet, boolean isSCMessage)
           
protected  WSDLBoundOperation WSITAuthContextBase.getWSDLOpFromAction(Packet packet, boolean isIncomming)
           
protected  ProcessingContext WSITAuthContextBase.initializeInboundProcessingContext(Packet packet)
           
protected  ProcessingContext WSITAuthContextBase.initializeOutgoingProcessingContext(Packet packet, boolean isSCMessage)
           
protected  ProcessingContext WSITServerAuthContext.initializeOutgoingProcessingContext(Packet packet, boolean isSCMessage)
           
protected  boolean WSITAuthContextBase.isMakeConnectionMessage(Packet packet)
           
protected  boolean WSITAuthContextBase.isRMMessage(Packet packet)
           
protected  boolean WSITAuthContextBase.isSCCancel(Packet packet)
           
protected  boolean WSITAuthContextBase.isSCMessage(Packet packet)
           
protected  boolean WSITAuthContextBase.isSCRenew(Packet packet)
           
protected  boolean WSITAuthContextBase.isTrustMessage(Packet packet)
           
 boolean PipeHelper.isTwoWay(boolean twoWayIsDefault, Packet request)
           
 Packet PipeHelper.makeFaultResponse(Packet response, Throwable t)
           
protected  void WSITClientAuthContext.populateKerberosContext(Packet packet, ProcessingContextImpl ctx, boolean isSCMessage)
           
 Packet ClientSecurityPipe.process(Packet request)
           
 Packet ServerSecurityPipe.process(Packet request)
           
 NextAction ClientSecurityTube.processRequest(Packet packet)
           
 NextAction ServerSecurityTube.processRequest(Packet request)
           
 NextAction ClientSecurityTube.processResponse(Packet ret)
           
 NextAction ServerSecurityTube.processResponse(Packet response)
           
protected  void WSITAuthContextBase.resetCachedOperation(Packet packet)
           
protected  PolicyAlternativeHolder WSITAuthContextBase.resolveAlternative(Packet packet, boolean isSCMessage)
           
 Packet WSITClientAuthContext.secureRequest(Packet packet, Subject clientSubject, boolean isSCMessage)
           
 Packet WSITServerAuthContext.secureResponse(Packet retPacket, Subject serviceSubject, Map sharedState)
           
protected  void WSITAuthContextBase.setRequestPacket(javax.security.auth.message.MessageInfo messageInfo, Packet ret)
           
 void PacketMapMessageInfo.setRequestPacket(Packet p)
           
 void PacketMessageInfo.setRequestPacket(Packet p)
           
protected  void WSITAuthContextBase.setResponsePacket(javax.security.auth.message.MessageInfo messageInfo, Packet ret)
           
 void PacketMapMessageInfo.setResponsePacket(Packet p)
           
 void PacketMessageInfo.setResponsePacket(Packet p)
           
 JAXBElement ClientSecurityPipe.startSecureConversation(Packet packet)
           
 JAXBElement ClientSecurityTube.startSecureConversation(Packet packet)
           
 Packet WSITServerAuthContext.validateRequest(Packet packet, Subject clientSubject, Subject serviceSubject, Map<Object,Object> sharedState)
           
 Packet WSITClientAuthContext.validateResponse(Packet req, Subject clientSubject, Subject serviceSubject)
           
 

Constructors in com.sun.xml.wss.provider.wsit with parameters of type Packet
PacketMapMessageInfo(Packet reqPacket, Packet resPacket)
           
 

Uses of Packet in com.sun.xml.xwss
 

Methods in com.sun.xml.xwss that return Packet
 Packet XWSSClientTube.secureRequest(Packet packet)
           
 Packet XWSSServerTube.secureResponse(Packet packet)
           
 Packet XWSSServerTube.validateRequest(Packet packet)
           
 Packet XWSSClientTube.validateResponse(Packet packet)
           
 

Methods in com.sun.xml.xwss with parameters of type Packet
 NextAction XWSSClientTube.processRequest(Packet packet)
           
 NextAction XWSSServerTube.processRequest(Packet packet)
           
 NextAction XWSSClientTube.processResponse(Packet ret)
           
 NextAction XWSSServerTube.processResponse(Packet ret)
           
 Packet XWSSClientTube.secureRequest(Packet packet)
           
 Packet XWSSServerTube.secureResponse(Packet packet)
           
 Packet XWSSServerTube.validateRequest(Packet packet)
           
 Packet XWSSClientTube.validateResponse(Packet packet)
           
 



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