Uses of Class
com.sun.xml.ws.api.message.Packet
Packages that use Packet
Package
Description
Message and related abstractions that represent a SOAP message.Pipe and related abstractions.Default partial implementations of
Pipe.APIs for hosting JAX-WS services.
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
Message implementations.This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of Packet in com.sun.xml.ws.addressing
Methods in com.sun.xml.ws.addressing with parameters of type PacketModifier and TypeMethodDescriptionprotected voidW3CWsaClientTube.checkMandatoryHeaders(Packet packet, boolean foundAction, boolean foundTo, boolean foundReplyTo, boolean foundFaultTo, boolean foundMessageID, boolean foundRelatesTo) protected voidW3CWsaServerTube.checkMandatoryHeaders(Packet packet, boolean foundAction, boolean foundTo, boolean foundReplyTo, boolean foundFaultTo, boolean foundMessageId, boolean foundRelatesTo) protected voidWsaServerTube.checkMessageAddressingProperties(Packet packet) WsaTubeHelper.getEffectiveInputAction(Packet packet) This method gives the Input addressing Action for a message.WsaTubeHelper.getFaultAction(Packet requestPacket, Packet responsePacket) WsaTubeHelper.getInputAction(Packet packet) WsaTubeHelper.getOutputAction(Packet packet) WsaTubeHelper.getSOAPAction(Packet packet) booleanWsaTubeHelper.isInputActionDefault(Packet packet) WsaClientTube.processRequest(Packet request) WsaServerTube.processRequest(Packet request) WsaClientTube.processResponse(Packet response) WsaServerTube.processResponse(Packet response) protected voidWsaClientTube.validateAction(Packet packet) protected voidWsaServerTube.validateAction(Packet packet) Constructors in com.sun.xml.ws.addressing with parameters of type PacketModifierConstructorDescriptionWsaPropertyBag(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 PacketModifier and TypeMethodDescriptionMissingAddressingHeaderException.getPacket()ThePacketin which a header was missing.Constructors in com.sun.xml.ws.addressing.model with parameters of type Packet -
Uses of Packet in com.sun.xml.ws.addressing.v200408
Methods in com.sun.xml.ws.addressing.v200408 with parameters of type PacketModifier and TypeMethodDescriptionprotected voidMemberSubmissionWsaClientTube.checkMandatoryHeaders(Packet packet, boolean foundAction, boolean foundTo, boolean foundReplyTo, boolean foundFaultTo, boolean foundMessageID, boolean foundRelatesTo) protected voidMemberSubmissionWsaServerTube.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 PacketModifier and TypeMethodDescriptionSend a response to a non-anonymous address.Methods in com.sun.xml.ws.api.addressing with parameters of type Packet -
Uses of Packet in com.sun.xml.ws.api.databinding
Methods in com.sun.xml.ws.api.databinding that return PacketModifier and TypeMethodDescriptionClientCallBridge.createRequestPacket(JavaCallInfo call) EndpointCallBridge.serializeResponse(JavaCallInfo call) Methods in com.sun.xml.ws.api.databinding with parameters of type PacketModifier and TypeMethodDescriptionvoidDatabinding.decode(InputStream in, String ct, Packet packet) Deprecated.use MessageContextFactoryEndpointCallBridge.deserializeRequest(Packet req) Databinding.encode(Packet packet, OutputStream out) Deprecated.use MessageContextFactoryDatabinding.getEndpointBridge(Packet soap) 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 PacketModifier and TypeMethodDescriptionPacket.copy(boolean copyMessage) Creates a copy of thisPacket.Packet.createClientResponse(Message msg) Creates a responsePacketfrom a request packet (this).Packet.createResponse(Message msg) Deprecated.Use createClientResponse(Message) for client side and createServerResponse(Message, String) for server side response creation.Packet.createServerResponse(Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action) Creates a server-side responsePacketfrom a request packet (this).Packet.createServerResponse(Message responseMessage, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) Creates a server-side responsePacketfrom a request packet (this).Packet.relateClientResponse(Packet response) For use cases that start with an existing Packet.Packet.relateServerResponse(Packet r, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) Methods in com.sun.xml.ws.api.message with parameters of type PacketModifier and TypeMethodDescriptionvoidPacket.copyPropertiesTo(Packet response) Copy all properties from (this) packet into a inputPacketstatic MessageMessages.createAddressingFaultMessage(WSBinding binding, Packet p, QName missingHeader) Creates a faultMessagethat captures the code/subcode/subsubcode defined by WS-Addressing if one of the expected WS-Addressing headers is missing in the messagestatic voidAddressingUtils.fillRequestAddressingHeaders(MessageHeaders headers, Packet packet, AddressingVersion av, SOAPVersion sv, boolean oneway, String action) static voidAddressingUtils.fillRequestAddressingHeaders(MessageHeaders headers, Packet packet, AddressingVersion av, SOAPVersion sv, boolean oneway, String action, boolean mustUnderstand) static voidAddressingUtils.fillRequestAddressingHeaders(MessageHeaders headers, WSDLPort wsdlPort, WSBinding binding, Packet packet) voidHeaderList.fillRequestAddressingHeaders(Packet packet, AddressingVersion av, SOAPVersion sv, boolean oneway, String action) voidHeaderList.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.voidHeaderList.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.Message.getTransportHeaders(Packet packet) Message.getTransportHeaders(Packet packet, boolean inbound) jakarta.xml.soap.SOAPMessageFilterMessageImpl.readAsSOAPMessage(Packet packet, boolean inbound) jakarta.xml.soap.SOAPMessageMessage.readAsSOAPMessage(Packet packet, boolean inbound) Creates the equivalentSOAPMessagefrom this message.Packet.relateClientResponse(Packet response) For use cases that start with an existing Packet.Packet.relateServerResponse(Packet r, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) voidPacket.setResponseMessage(Packet request, Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action) -
Uses of Packet in com.sun.xml.ws.api.message.saaj
Methods in com.sun.xml.ws.api.message.saaj with parameters of type PacketModifier and TypeMethodDescriptionstatic SAAJMessageReads the message within the Packet to a SAAJMessage.static jakarta.xml.soap.SOAPMessageSAAJFactory.read(SOAPVersion soapVersion, Message message, Packet packet) Reads Message as SOAPMessage.SAAJFactory.readAsSAAJ(Packet packet) Reads the message within the Packet to a SAAJMessage.jakarta.xml.soap.SOAPMessageSAAJFactory.readAsSOAPMessage(SOAPVersion soapVersion, Message message, Packet packet) Reads Message as SOAPMessage. -
Uses of Packet in com.sun.xml.ws.api.message.stream
Fields in com.sun.xml.ws.api.message.stream declared as PacketModifier and TypeFieldDescriptionfinal PacketStreamBasedMessage.propertiesThe properties of the message.final PacketStreamBasedMessage.propertiesThe properties of the message.Constructors in com.sun.xml.ws.api.message.stream with parameters of type PacketModifierConstructorDescriptionInputStreamMessage(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 PacketModifier and TypeMethodDescriptionFiber.getPacket()Gets the currentPacketassociated with this fiber.NextAction.getPacket()Returns the last PacketThrowableContainerPropertySet.getResponsePacket()Runs a givenTube(and everything thereafter) synchronously.Methods in com.sun.xml.ws.api.pipe that return types with arguments of type PacketModifier and TypeMethodDescriptionstatic jakarta.xml.ws.Dispatch<Packet>Stubs.createPacketDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr) Creates a newMessage-basedDispatchstub that connects to the given pipe.static jakarta.xml.ws.Dispatch<Packet>Stubs.createPacketDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr) Creates a newPacket-basedDispatchstub that connects to the given pipe.Methods in com.sun.xml.ws.api.pipe with parameters of type PacketModifier and TypeMethodDescriptionvoidNextAction.abortResponse(Packet response) Indicates that the next action is to abort the processResponse chain because of some non-exception condition.voidCodec.decode(InputStream in, String contentType, Packet response) Reads bytes fromInputStreamand constructs aMessage.voidCodec.decode(ReadableByteChannel in, String contentType, Packet response) Codec.encode(Packet packet, OutputStream out) Encodes an XML infoset portion of theMessage(from <soap:Envelope> to </soap:Envelope>).Codec.encode(Packet packet, WritableByteChannel buffer) The version ofCodec.encode(Packet,OutputStream)that writes to NIOByteBuffer.Codec.getStaticContentType(Packet packet) If the MIME content-type of the encoding is known statically then this method returns it.voidIndicates that the next action should be to invoke the next tube'sTube.processRequest(Packet), then later invoke the current tube'sTube.processResponse(Packet)with the response packet.voidNextAction.invokeAndForget(Tube next, Packet p) Indicates that the next action should be to invoke the next tube'sTube.processRequest(Packet), but the current tube doesn't want to receive the response packet to itsTube.processResponse(Packet).voidNextAction.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.voidFiber.CompletionCallback.onCompletion(Packet response) Indicates that the fiber has finished its execution.Tube.processRequest(Packet request) Acts on a request and perform some protocol specific operation.Tube.processResponse(Packet response) Acts on a response and performs some protocol specific operation.voidWakes up a suspended fiber.voidSimilar to resume(Packet) but allowing the Fiber to be resumed synchronously (in the current Thread).voidFiber.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.voidWakes up a suspended fiber with an exception.voidWakes up a suspend fiber with an exception.voidFiber.resumeAndReturn(Packet resumePacket, boolean forceSync) Wakes up a suspended fiber and begins response processing.voidNextAction.returnWith(Packet response) Indicates that the next action is to flip the processing direction and starts response processing.Runs a givenTube(and everything thereafter) synchronously.voidThrowableContainerPropertySet.setResponsePacket(Packet responsePacket) voidFiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback) Starts the execution of this fiber asynchronously.voidFiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback, boolean forceSync) Starts the execution of this fiber.voidNextAction.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 PacketModifier and TypeMethodDescription"Dual stack" compatibility mechanism.Methods in com.sun.xml.ws.api.pipe.helper with parameters of type PacketModifier and TypeMethodDescriptionprotected final NextActionprotected final NextActionAbstractTubeImpl.doInvokeAndForget(Tube next, Packet packet) protected final NextActionAbstractTubeImpl.doReturnWith(Packet response) protected final NextAction"Dual stack" compatibility mechanism.AbstractFilterTubeImpl.processRequest(Packet request) Default no-op implementation.PipeAdapter.processRequest(Packet p) Uses the current fiber and runs the whole pipe to the completion (meaning everything from now on will run synchronously.)AbstractFilterTubeImpl.processResponse(Packet response) Default no-op implementation.PipeAdapter.processResponse(Packet p) -
Uses of Packet in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return PacketModifier and TypeMethodDescriptionabstract PacketWSEndpoint.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 PacketAbstractServerAsyncTransport.decodePacket(T connection, Codec codec) decodes the transport data to PacketWSWebServiceContext.getRequestPacket()Obtains the request packet that is being processed.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 PacketModifier and TypeMethodDescriptionabstract PacketWSEndpoint.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 voidAbstractServerAsyncTransport.encodePacket(T connection, Packet packet, Codec codec) Encodes thePacketto infoset and writes on the connection.WebServiceContextDelegate.getEPRAddress(Packet request, WSEndpoint endpoint) Gets the address of the endpoint.WebServiceContextDelegate.getUserPrincipal(Packet request) ImplementsWebServiceContext.getUserPrincipal()for the given packet.WebServiceContextDelegate.getWSDLAddress(Packet request, WSEndpoint endpoint) Gets the address of the primary WSDL.<T> voidInvoker.invokeAsyncProvider(Packet p, T arg, AsyncProviderCallback cbak, jakarta.xml.ws.WebServiceContext ctxt) <T> TInvoker.invokeProvider(Packet p, T arg) InvokesProvider.invoke(Object)booleanWebServiceContextDelegate.isUserInRole(Packet request, String role) ImplementsWebServiceContext.isUserInRole(String)for the given packet.voidWSEndpoint.CompletionCallback.onCompletion(Packet response) Indicates that the jax-ws runtime has finished execution of a request submitted via schedule().voidInstanceResolver.postInvoke(Packet request, T servant) Called by the defaultInvokerafter the method call is done.WSEndpoint.PipeHead.process(Packet request, WebServiceContextDelegate wscd, TransportBackChannel tbc) Processes a request and produces a reply.voidWSEndpoint.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) abstract TDecides which instance of 'T' serves the given request message.final voidWSEndpoint.schedule(Packet request, WSEndpoint.CompletionCallback callback) This method takes aPacketthat represents a request, run it through aTubeline, 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 throughWSEndpoint.CompletionCallback.abstract voidWSEndpoint.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 PacketModifier and TypeMethodDescriptionprotected final PacketStub.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 PacketModifier and TypeMethodDescriptionvoidFill aPacketwith values of thisRequestContext.protected final PacketStub.process(Packet packet, RequestContext requestContext, ResponseContextReceiver receiver) Passes a message to a pipe for processing.protected final voidStub.processAsync(AsyncResponseImpl<?> receiver, Packet request, RequestContext requestContext, Fiber.CompletionCallback completionCallback) Passes a message through aTubeline for processing.ClientSchemaValidationTube.processRequest(Packet request) ClientSchemaValidationTube.processResponse(Packet response) Constructors in com.sun.xml.ws.client with parameters of type Packet -
Uses of Packet in com.sun.xml.ws.commons.xmlutil
Methods in com.sun.xml.ws.commons.xmlutil with parameters of type Packet -
Uses of Packet in com.sun.xml.ws.db
Methods in com.sun.xml.ws.db that return PacketModifier and TypeMethodDescriptionDatabindingImpl.serializeRequest(JavaCallInfo call) DatabindingImpl.serializeResponse(JavaCallInfo call) Methods in com.sun.xml.ws.db with parameters of type PacketModifier and TypeMethodDescriptionvoidDatabindingImpl.decode(InputStream in, String ct, Packet p) DatabindingImpl.deserializeRequest(Packet req) DatabindingImpl.deserializeResponse(Packet res, JavaCallInfo call) DatabindingImpl.encode(Packet packet, OutputStream out) DatabindingImpl.getEndpointBridge(Packet req) -
Uses of Packet in com.sun.xml.ws.developer
Fields in com.sun.xml.ws.developer declared as PacketMethods in com.sun.xml.ws.developer with parameters of type PacketModifier and TypeMethodDescription<EPR extends jakarta.xml.ws.EndpointReference>
EPRExports an object.<EPR extends jakarta.xml.ws.EndpointReference>
EPRThe same asStatefulWebServiceManager.export(Class, Packet, Object)except that it takesEPRRecipe.voidUse 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 PacketModifier and TypeMethodDescriptionprotected abstract voidMimeCodec.decode(MimeMultipartParser mpp, Packet packet) Parses aPacketfrom aMimeMultipartParser.voidMimeCodec.decode(InputStream in, String contentType, Packet packet) voidMimeCodec.decode(ReadableByteChannel in, String contentType, Packet packet) protected voidMtomCodec.decode(MimeMultipartParser mpp, Packet packet) voidRootOnlyCodec.decode(InputStream in, String contentType, Packet packet, AttachmentSet att) Reads root part bytes fromInputStreamand constructs aMessagealong with the given attachments.voidRootOnlyCodec.decode(ReadableByteChannel in, String contentType, Packet packet, AttachmentSet att) protected voidSOAPBindingCodec.decode(MimeMultipartParser mpp, Packet packet) voidSOAPBindingCodec.decode(InputStream in, String contentType, Packet packet) voidSOAPBindingCodec.decode(ReadableByteChannel in, String contentType, Packet packet) voidStreamSOAPCodec.decode(InputStream in, String contentType, Packet packet) voidStreamSOAPCodec.decode(InputStream in, String contentType, Packet packet, AttachmentSet att) voidStreamSOAPCodec.decode(ReadableByteChannel in, String contentType, Packet packet) voidStreamSOAPCodec.decode(ReadableByteChannel in, String contentType, Packet response, AttachmentSet att) protected voidSwACodec.decode(MimeMultipartParser mpp, Packet packet) protected voidXMLHTTPBindingCodec.decode(MimeMultipartParser mpp, Packet packet) voidXMLHTTPBindingCodec.decode(InputStream in, String contentType, Packet packet) static StringMtomCodec.determinePacketEncoding(Packet packet) MimeCodec.encode(Packet packet, OutputStream out) MtomCodec.encode(Packet packet, OutputStream out) MtomCodec.encode(Packet packet, WritableByteChannel buffer) SOAPBindingCodec.encode(Packet packet, OutputStream out) SOAPBindingCodec.encode(Packet packet, WritableByteChannel buffer) StreamSOAPCodec.encode(Packet packet, OutputStream out) StreamSOAPCodec.encode(Packet packet, WritableByteChannel buffer) SwACodec.encode(Packet packet, WritableByteChannel buffer) XMLHTTPBindingCodec.encode(Packet packet, OutputStream out) XMLHTTPBindingCodec.encode(Packet packet, WritableByteChannel buffer) static StringMtomCodec.getActionParameter(Packet packet, SOAPVersion version) protected abstract ContentTypeStreamSOAPCodec.getContentType(Packet packet) protected ContentTypeImpl.BuilderStreamSOAPCodec.getContenTypeBuilder(Packet packet) protected CodecMimeCodec.getMimeRootCodec(Packet packet) protected CodecXMLHTTPBindingCodec.getMimeRootCodec(Packet p) MimeCodec.getStaticContentType(Packet packet) MtomCodec.getStaticContentType(Packet packet) Return the soap 1.1 and soap 1.2 specific XOP packaged ContentTypeSOAPBindingCodec.getStaticContentType(Packet packet) StreamSOAPCodec.getStaticContentType(Packet packet) XMLHTTPBindingCodec.getStaticContentType(Packet packet) static ContentTypeMtomCodec.getStaticContentTypeStatic(Packet packet, SOAPVersion version) -
Uses of Packet in com.sun.xml.ws.handler
Methods in com.sun.xml.ws.handler with parameters of type PacketModifier and TypeMethodDescriptionHandlerTube.processRequest(Packet request) HandlerTube.processResponse(Packet response) Constructors in com.sun.xml.ws.handler with parameters of type PacketModifierConstructorDescriptionMessageHandlerContextImpl(SEIModel seiModel, WSBinding binding, WSDLPort wsdlModel, Packet packet, Set<String> roles) MessageUpdatableContext(Packet packet) Creates a new instance of MessageUpdatableContextSOAPMessageContextImpl(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 -
Uses of Packet in com.sun.xml.ws.message.source
Methods in com.sun.xml.ws.message.source with parameters of type PacketModifier and TypeMethodDescriptionjakarta.xml.soap.SOAPMessageProtocolSourceMessage.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 PacketModifier and TypeMethodDescriptionServerMUTube.processRequest(Packet request) Do MU Header Processing on incoming message (request)ClientMUTube.processResponse(Packet response) Do MU Header Processing on incoming message (response) -
Uses of Packet in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return PacketModifier and TypeMethodDescriptionWSEndpointImpl.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) WSEndpointMOMProxy.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) static PacketInvokerTube.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 PacketModifier and TypeMethodDescriptionWSEndpointImpl.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) WSEndpointMOMProxy.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) <EPR extends jakarta.xml.ws.EndpointReference>
EPR<EPR extends jakarta.xml.ws.EndpointReference>
EPRfinal InvokerInvokerTube.getInvoker(Packet request) Returns theInvokerobject that serves the request.voidStatefulInstanceResolver.postInvoke(Packet request, T servant) voidWSEndpointImpl.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) ServerSchemaValidationTube.processRequest(Packet request) ServerSchemaValidationTube.processResponse(Packet response) voidWSEndpointImpl.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) voidWSEndpointMOMProxy.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) Constructors in com.sun.xml.ws.server with parameters of type Packet -
Uses of Packet in com.sun.xml.ws.server.provider
Methods in com.sun.xml.ws.server.provider that return PacketModifier and TypeMethodDescriptionAsyncProviderInvokerTube.AsyncWebServiceContext.getRequestPacket()protected PacketProviderArgumentsBuilder.getResponse(Packet request, Exception e, WSDLPort port, WSBinding binding) CreatesMessagefrom method invocation's return valueprotected PacketProviderArgumentsBuilder.getResponse(Packet request, T returnValue, WSDLPort port, WSBinding binding) CreatesPacketfrom method invocation's return valueMethods in com.sun.xml.ws.server.provider with parameters of type PacketModifier and TypeMethodDescriptionabstract TProviderArgumentsBuilder.getParameter(Packet packet) BindsMessageto method invocation parameterprotected PacketProviderArgumentsBuilder.getResponse(Packet request, Exception e, WSDLPort port, WSBinding binding) CreatesMessagefrom method invocation's return valueprotected PacketProviderArgumentsBuilder.getResponse(Packet request, T returnValue, WSDLPort port, WSBinding binding) CreatesPacketfrom method invocation's return valuevoidvoidAsyncProviderInvokerTube.processRequest(Packet request) SyncProviderInvokerTube.processRequest(Packet request) AsyncProviderInvokerTube.processResponse(Packet response) SyncProviderInvokerTube.processResponse(Packet response) Constructors in com.sun.xml.ws.server.provider with parameters of type PacketModifierConstructorDescriptionAsyncProviderCallbackImpl(Packet request, AsyncProviderInvokerTube.Resumer resumer) 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 PacketMethods in com.sun.xml.ws.server.sei with parameters of type PacketModifier and TypeMethodDescriptionTieHandler.deserializeRequest(Packet req) InvokerSource.getInvoker(Packet request) Returns Invoker for the given requestInvokerTube.getInvoker(Packet request) Returns theInvokerobject that serves the request.abstract ObjectWrapper for reflection invoke that allows containers to adaptSEIInvokerTube.processRequest(Packet req) This binds the parameters for SEI endpoints and invokes the endpoint method.SEIInvokerTube.processResponse(Packet response) -
Uses of Packet in com.sun.xml.ws.transport
Methods in com.sun.xml.ws.transport with parameters of type PacketModifier and TypeMethodDescriptionDeferredTransportPipe.processRequest(Packet request) 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 PacketModifier and TypeMethodDescriptionprotected voidHttpAdapter.addSatellites(Packet packet) protected voidHttpAdapter.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 PacketMethods in com.sun.xml.ws.transport.http.client with parameters of type PacketModifier and TypeMethodDescriptionprotected HttpClientTransportprotected HttpURLConnectionHttpClientTransport.openConnection(Packet packet) HttpTransportPipe.processRequest(Packet request) HttpTransportPipe.processResponse(Packet response) Constructors in com.sun.xml.ws.transport.http.client with parameters of type Packet -
Uses of Packet in com.sun.xml.ws.util.pipe
Methods in com.sun.xml.ws.util.pipe with parameters of type PacketModifier and TypeMethodDescriptionprotected voidprotected voidDumpTube.processRequest(Packet request) DumpTube.processResponse(Packet response) -
Uses of Packet in com.sun.xml.ws.wsdl
Methods in com.sun.xml.ws.wsdl with parameters of type PacketModifier and TypeMethodDescriptionOperationDispatcher.getWSDLOperationMapping(Packet request) WSDLOperationFinder.getWSDLOperationMapping(Packet request) This methods returns the QName of the WSDL operation corresponding to a request Packet.