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.
SEIStub and its supporting code.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.
Servlet transport for the JAX-WS RI.
-
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) FilterMessageImpl.readAsSOAPMessage(Packet packet, boolean inbound) Message.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 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.SAAJFactory.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 TypeMethodDescriptionStubs.createPacketDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr) Stubs.createPacketDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr) 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.security.secconv.client
Methods in com.sun.xml.ws.api.security.secconv.client that return Packet -
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, 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.client.sei
Methods in com.sun.xml.ws.client.sei that return PacketModifier and TypeMethodDescriptionStubHandler.createRequestPacket(JavaCallInfo args) Creates a requestJAXBMessagefrom method arguments.SEIStub.doProcess(Packet request, RequestContext rc, ResponseContextReceiver receiver) Methods in com.sun.xml.ws.client.sei with parameters of type PacketModifier and TypeMethodDescriptionSEIStub.doProcess(Packet request, RequestContext rc, ResponseContextReceiver receiver) voidSEIStub.doProcessAsync(AsyncResponseImpl<?> receiver, Packet request, RequestContext rc, Fiber.CompletionCallback callback) 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 -
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 EndpointReference>
EPRExports an object.<EPR extends 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.dump
Methods in com.sun.xml.ws.dump with parameters of type PacketModifier and TypeMethodDescriptionLoggingDumpTube.processRequest(Packet request) LoggingDumpTube.processResponse(Packet response) -
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.encoding.fastinfoset
Methods in com.sun.xml.ws.encoding.fastinfoset with parameters of type PacketModifier and TypeMethodDescriptionvoidFastInfosetCodec.decode(InputStream in, String contentType, Packet packet) voidFastInfosetCodec.decode(ReadableByteChannel in, String contentType, Packet response) voidFastInfosetStreamSOAPCodec.decode(InputStream in, String contentType, Packet response) voidFastInfosetStreamSOAPCodec.decode(ReadableByteChannel in, String contentType, Packet response) FastInfosetCodec.encode(Packet packet, OutputStream out) FastInfosetCodec.encode(Packet packet, WritableByteChannel buffer) FastInfosetStreamSOAPCodec.encode(Packet packet, OutputStream out) FastInfosetStreamSOAPCodec.encode(Packet packet, WritableByteChannel buffer) FastInfosetCodec.getStaticContentType(Packet packet) 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 PacketModifier and TypeMethodDescriptionvoidXMLCodec.decode(InputStream in, String contentType, Packet packet) voidXMLCodec.decode(ReadableByteChannel in, String contentType, Packet packet) XMLCodec.encode(Packet packet, OutputStream out) XMLCodec.encode(Packet packet, WritableByteChannel buffer) XMLCodec.getStaticContentType(Packet packet) 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 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 PacketModifier and TypeMethodDescriptionAbstractMessageImpl.readAsSOAPMessage(Packet packet, boolean inbound) -
Uses of Packet in com.sun.xml.ws.message.source
Methods in com.sun.xml.ws.message.source with parameters of type PacketModifier and TypeMethodDescriptionProtocolSourceMessage.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 PacketModifier and TypeMethodDescriptionManagedEndpoint.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 PacketModifier and TypeMethodDescriptionManagedEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tcps, Packet packet, SOAPVersion soapv, WSDLPort wsdlp, SEIModel seim, WSBinding wsb) voidManagedEndpoint.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) voidManagedEndpoint.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 PacketModifier and TypeMethodDescriptionMetadataServerPipe.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 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.rx.mc.dev
Methods in com.sun.xml.ws.rx.mc.dev that return types with arguments of type PacketMethods in com.sun.xml.ws.rx.mc.dev with parameters of type PacketModifier and TypeMethodDescriptionvoidProtocolMessageHandler.processProtocolMessage(Packet protocolMessage) This method is invoked fromcom.sun.xml.ws.rx.mc.runtime.WsMcResponseHandler#processResponse(Packet)in case it is not possible to resolve WS-ARelatesToheader 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 PacketModifier and TypeMethodDescriptionMcClientTube.processRequest(Packet request) McServerTube.processRequest(Packet request) McClientTube.processResponse(Packet response) 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 PacketMethods in com.sun.xml.ws.rx.message.jaxws with parameters of type PacketModifier and TypeMethodDescriptionvoidvoidConstructors in com.sun.xml.ws.rx.message.jaxws with parameters of type PacketModifierConstructorDescriptionJaxwsMessage(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 PacketModifier and TypeMethodDescriptionAbstractSoapFaultException.toRequest(RuntimeContext rc) CreateSequenceRefusedFault.toRequest(RuntimeContext rc) AbstractSoapFaultException.toResponse(RuntimeContext rc, Packet request) CreateSequenceRefusedFault.toResponse(RuntimeContext rc, Packet request) Methods in com.sun.xml.ws.rx.rm.faults with parameters of type PacketModifier and TypeMethodDescriptionAbstractSoapFaultException.toResponse(RuntimeContext rc, Packet request) 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 PacketModifier and TypeMethodDescriptionabstract PacketWsrmProtocolHandler.createEmptyAcknowledgementResponse(AcknowledgementData ackData, Packet requestPacket) JaxwsApplicationMessage.getPacket()abstract PacketWsrmProtocolHandler.toPacket(CloseSequenceData data, Packet requestPacket) abstract PacketWsrmProtocolHandler.toPacket(CloseSequenceResponseData data, Packet requestPacket, boolean clientSideResponse) abstract PacketWsrmProtocolHandler.toPacket(CreateSequenceData data, Packet requestPacket) abstract PacketWsrmProtocolHandler.toPacket(CreateSequenceResponseData data, Packet requestPacket, boolean clientSideResponse) abstract PacketWsrmProtocolHandler.toPacket(TerminateSequenceData data, Packet requestPacket) abstract PacketWsrmProtocolHandler.toPacket(TerminateSequenceResponseData data, Packet requestPacket, boolean clientSideResponse) Methods in com.sun.xml.ws.rx.rm.runtime with parameters of type PacketModifier and TypeMethodDescriptionabstract voidWsrmProtocolHandler.appendAcknowledgementHeaders(Packet packet, AcknowledgementData ackData) final booleanWsrmProtocolHandler.containsProtocolMessage(Packet packet) final booleanWsrmProtocolHandler.containsProtocolRequest(Packet packet) final booleanWsrmProtocolHandler.containsProtocolResponse(Packet packet) abstract PacketWsrmProtocolHandler.createEmptyAcknowledgementResponse(AcknowledgementData ackData, Packet requestPacket) static JaxwsApplicationMessageJaxwsApplicationMessage.newInstance(Packet packet, int initialResendCounterValue, String correlationId, String wsaAction, String sequenceId, long messageNumber) ServerTube.processRequest(Packet request) ServerTube.processResponse(Packet response) abstract CloseSequenceDataWsrmProtocolHandler.toCloseSequenceData(Packet packet) abstract CloseSequenceResponseDataWsrmProtocolHandler.toCloseSequenceResponseData(Packet packet) abstract CreateSequenceDataWsrmProtocolHandler.toCreateSequenceData(Packet packet) abstract CreateSequenceResponseDataWsrmProtocolHandler.toCreateSequenceResponseData(Packet packet) abstract PacketWsrmProtocolHandler.toPacket(CloseSequenceData data, Packet requestPacket) abstract PacketWsrmProtocolHandler.toPacket(CloseSequenceResponseData data, Packet requestPacket, boolean clientSideResponse) abstract PacketWsrmProtocolHandler.toPacket(CreateSequenceData data, Packet requestPacket) abstract PacketWsrmProtocolHandler.toPacket(CreateSequenceResponseData data, Packet requestPacket, boolean clientSideResponse) abstract PacketWsrmProtocolHandler.toPacket(TerminateSequenceData data, Packet requestPacket) abstract PacketWsrmProtocolHandler.toPacket(TerminateSequenceResponseData data, Packet requestPacket, boolean clientSideResponse) abstract TerminateSequenceDataWsrmProtocolHandler.toTerminateSequenceData(Packet packet) abstract TerminateSequenceResponseDataWsrmProtocolHandler.toTerminateSequenceResponseData(Packet packet) Constructors in com.sun.xml.ws.rx.rm.runtime with parameters of type Packet -
Uses of Packet in com.sun.xml.ws.rx.testing
Methods in com.sun.xml.ws.rx.testing that return PacketModifier and TypeMethodDescriptionabstract PacketPacketFilter.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 PacketPacketFilter.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 PacketModifier and TypeMethodDescriptionabstract PacketPacketFilter.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 PacketPacketFilter.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 final longPacketFilter.getMessageId(Packet packet) Retrieves RM sequence message identifier form the message stored in the packet.protected final StringPacketFilter.getSequenceId(Packet packet) Retrieves RM sequence identifier form the message stored in the packet.protected final booleanPacketFilter.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 PacketModifier and TypeMethodDescriptionRmEnabledCheckFilter.filterClientRequest(Packet request) RmEnabledCheckFilter.filterServerResponse(Packet response) Methods in com.sun.xml.ws.rx.testing.filters with parameters of type PacketModifier and TypeMethodDescriptionRmEnabledCheckFilter.filterClientRequest(Packet request) RmEnabledCheckFilter.filterServerResponse(Packet response) -
Uses of Packet in com.sun.xml.ws.rx.util
Methods in com.sun.xml.ws.rx.util that return PacketModifier and TypeMethodDescriptionCommunicator.createEmptyRequestPacket(boolean expectReply) Creates a new empty request packetCommunicator.createEmptyRequestPacket(String requestWsaAction, boolean expectReply) Creates a new empty request packet with an empty message that has WS-A action setCommunicator.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.Communicator.createNullResponsePacket(Packet requestPacket) Creates a null (no message) response packet based for the supplied request packet.Communicator.createRequestPacket(Message message, String wsaAction, boolean expectReply) Communicator.createRequestPacket(Packet originalRequestPacket, Object jaxbElement, String wsaAction, boolean expectReply) Communicator.createRequestPacket(Object jaxbElement, String wsaAction, boolean expectReply) 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.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.Communicator.setEmptyRequestMessage(Packet request, String wsaAction) Creates a new JAX-WSMessageobject that doesn't have any payload and sets it as the current packet content as a request message.Communicator.setEmptyResponseMessage(Packet response, Packet request, String wsaAction) Methods in com.sun.xml.ws.rx.util with parameters of type PacketModifier and TypeMethodDescriptionCommunicator.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.Communicator.createNullResponsePacket(Packet requestPacket) Creates a null (no message) response packet based for the supplied request packet.Communicator.createRequestPacket(Packet originalRequestPacket, Object jaxbElement, String wsaAction, boolean expectReply) 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.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.Communicator.getWsaAction(Packet packet) Returns the value of WS-AddressingActionheader of a message stored in thePacket.Returns the value of WS-AddressingToheader of a message stored in thePacket.voidSuspendedFiberStorage.resumeFiber(String correlationId, Packet response) protected final voidAbstractResponseHandler.resumeParentFiber(Packet response) voidFiberExecutor.schedule(Packet request, Fiber.CompletionCallback callback) voidCommunicator.sendAsync(Packet request, Fiber.CompletionCallback completionCallbackHandler) Asynchronously sends the requestPacketvoidCommunicator.sendAsync(Packet request, Fiber.CompletionCallback completionCallbackHandler, FiberContextSwitchInterceptor interceptor) voidCommunicator.setDestinationAddressFrom(Packet packet) Communicator.setEmptyRequestMessage(Packet request, String wsaAction) Creates a new JAX-WSMessageobject that doesn't have any payload and sets it as the current packet content as a request message.Communicator.setEmptyResponseMessage(Packet response, Packet request, String wsaAction) voidFiberExecutor.start(Packet request, Fiber.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) 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 PacketModifier and TypeMethodDescriptionvoidLazyStreamCodec.decode(InputStream inputStream, String string, Packet packet) voidLazyStreamCodec.decode(ReadableByteChannel readableByteChannel, String string, Packet packet) LazyStreamCodec.encode(Packet packet, OutputStream outputStream) LazyStreamCodec.encode(Packet packet, WritableByteChannel writableByteChannel) 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 PacketModifier and TypeMethodDescriptionWebServiceContextSecurityDelegate.getEPRAddress(Packet arg0, WSEndpoint arg1) WebServiceContextSecurityDelegate.getUserPrincipal(Packet packet) WebServiceContextSecurityDelegate.getWSDLAddress(Packet arg0, WSEndpoint arg1) booleanWebServiceContextSecurityDelegate.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 PacketModifier and TypeMethodDescriptionNewWSSCPlugin.createCancelPacket(BaseSTSRequest rst, WSDLPort wsdlPort, WSBinding binding, jakarta.xml.bind.JAXBContext jbCxt, String endPointAddress) NewWSSCPlugin.createIssuePacket(PolicyAssertion token, BaseSTSRequest rst, WSDLPort wsdlPort, WSBinding binding, jakarta.xml.bind.JAXBContext jbCxt, String endPointAddress, Packet packet) Methods in com.sun.xml.ws.security.secconv with parameters of type PacketModifier and TypeMethodDescriptionNewWSSCPlugin.createIssuePacket(PolicyAssertion token, BaseSTSRequest rst, WSDLPort wsdlPort, WSBinding binding, jakarta.xml.bind.JAXBContext jbCxt, String endPointAddress, Packet packet) STRValidationHelper.getSecurityContextTokenId(Packet packet) Get the active security token used by the specified packet for signing and encrypting the message.jakarta.xml.bind.JAXBElementSecureConversationInitiator.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 PacketConstructors in com.sun.xml.ws.security.secconv.impl.client with parameters of type PacketModifierConstructorDescriptionDefaultSCTokenConfiguration(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 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 EndpointReference>
EPR<EPR extends 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.server.servlet
Methods in com.sun.xml.ws.server.servlet with parameters of type Packet -
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.transport.http.servlet
Methods in com.sun.xml.ws.transport.http.servlet with parameters of type PacketModifier and TypeMethodDescriptionServletConnectionImpl.getEPRAddress(Packet p, WSEndpoint endpoint) ServletConnectionImpl.getUserPrincipal(Packet p) ServletConnectionImpl.getWSDLAddress(Packet request, WSEndpoint endpoint) booleanServletConnectionImpl.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 PacketModifier and TypeMethodDescriptionMethods in com.sun.xml.ws.transport.tcp.client with parameters of type PacketModifier and TypeMethodDescriptionTCPTransportPipe.processRequest(Packet request) TCPTransportPipe.processResponse(Packet response) protected voidTCPTransportPipe.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 PacketModifier and TypeMethodDescriptionvoidWSTCPFastInfosetStreamCodec.decode(InputStream in, String contentType, Packet response) voidWSTCPFastInfosetStreamCodec.decode(ReadableByteChannel in, String contentType, Packet response) WSTCPFastInfosetStreamCodec.encode(Packet packet, OutputStream out) WSTCPFastInfosetStreamCodec.encode(Packet packet, WritableByteChannel buffer) 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 PacketModifier and TypeMethodDescriptionvoidTCPAdapter.TCPToolkit.addCustomPacketSattellites(Packet packet) Method could be overwritten by children to add some extra Satellites to PacketTCPConnectionImpl.getEPRAddress(Packet request, WSEndpoint endpoint) TCPConnectionImpl.getUserPrincipal(Packet request) TCPConnectionImpl.getWSDLAddress(Packet request, WSEndpoint endpoint) booleanTCPConnectionImpl.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 PacketModifier and TypeMethodDescriptionstatic TransactionalAttributeWSATTubeHelper.getTransactionalAttribute(TransactionalFeature feature, Packet packet, WSDLPort port) WSATClientTube.processRequest(Packet request) WSATServerTube.processRequest(Packet request) WSATClientTube.processResponse(Packet response) 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 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. -
Uses of Packet in com.sun.xml.wss.jaxws.impl
Methods in com.sun.xml.wss.jaxws.impl that return PacketModifier and TypeMethodDescriptionSecurityClientTube.processClientRequestPacket(Packet packet) SecurityClientTube.processClientResponsePacket(Packet ret) SecurityServerTube.processMessage(XMLStreamReaderMessage msg) Methods in com.sun.xml.wss.jaxws.impl with parameters of type PacketModifier and TypeMethodDescriptionprotected voidSecurityTubeBase.cacheMessage(Packet packet) protected Stringprotected AlgorithmSuiteSecurityTubeBase.getBindingAlgorithmSuite(Packet packet) protected List<PolicyAssertion>SecurityClientTube.getIssuedTokenPolicies(Packet packet, String scope) protected List<PolicyAssertion>SecurityTubeBase.getOutBoundKTP(Packet packet, boolean isSCMessage) protected MessagePolicySecurityServerTube.getOutgoingFaultPolicy(Packet packet) protected MessagePolicySecurityServerTube.getOutgoingXWSSecurityPolicy(Packet packet, boolean isSCMessage) protected MessagePolicySecurityTubeBase.getOutgoingXWSSecurityPolicy(Packet packet, boolean isSCMessage) protected WSDLBoundOperationSecurityTubeBase.getWSDLOpFromAction(Packet packet, boolean isIncomming) protected WSDLBoundOperationSecurityTubeBase.getWSDLOpFromAction(Packet packet, boolean isIncomming, boolean isFault) protected ProcessingContextSecurityTubeBase.initializeInboundProcessingContext(Packet packet) protected ProcessingContextSecurityServerTube.initializeOutgoingProcessingContext(Packet packet, boolean isSCMessage) protected ProcessingContextSecurityServerTube.initializeOutgoingProcessingContext(Packet packet, boolean isSCMessage, boolean isTrustMessage) protected ProcessingContextSecurityTubeBase.initializeOutgoingProcessingContext(Packet packet, boolean isSCMessage) protected booleanSecurityTubeBase.isMakeConnectionMessage(Packet packet) protected booleanSecurityTubeBase.isRMMessage(Packet packet) protected booleanSecurityTubeBase.isSCCancel(Packet packet) protected booleanSecurityTubeBase.isSCMessage(Packet packet) protected booleanprotected booleanSecurityTubeBase.isTrustMessage(Packet packet) protected voidSecurityClientTube.populateKerberosContext(Packet packet, ProcessingContextImpl ctx, boolean isSCMessage) SecurityClientTube.processClientRequestPacket(Packet packet) SecurityClientTube.processClientResponsePacket(Packet ret) SecurityServerTube.processInputStream(Packet packet) SecurityClientTube.processRequest(Packet packet) SecurityServerTube.processRequest(Packet packet) SecurityClientTube.processResponse(Packet ret) SecurityServerTube.processResponse(Packet retPacket) protected PolicyAlternativeHolderSecurityTubeBase.resolveAlternative(Packet packet, boolean isSCMessage) jakarta.xml.bind.JAXBElementSecurityClientTube.startSecureConversation(Packet packet) -
Uses of Packet in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit that return PacketModifier and TypeMethodDescriptionPipeHelper.getFaultResponse(Packet request, Packet response, Throwable t) PacketMapMessageInfo.getRequestPacket()PacketMessageInfo.getRequestPacket()protected PacketWSITAuthContextBase.getRequestPacket(jakarta.security.auth.message.MessageInfo messageInfo) PacketMapMessageInfo.getResponsePacket()PacketMessageInfo.getResponsePacket()protected PacketWSITAuthContextBase.getResponsePacket(jakarta.security.auth.message.MessageInfo messageInfo) PipeHelper.makeFaultResponse(Packet response, Throwable t) WSITClientAuthContext.secureRequest(Packet packet, Subject clientSubject, boolean isSCMessage) WSITServerAuthContext.secureResponse(Packet retPacket, Subject serviceSubject, Map<String, Object> sharedState) WSITServerAuthContext.validateRequest(Packet packet, Subject clientSubject, Subject serviceSubject, Map<String, Object> sharedState) WSITClientAuthContext.validateResponse(Packet req, Subject clientSubject, Subject serviceSubject) Methods in com.sun.xml.wss.provider.wsit with parameters of type PacketModifier and TypeMethodDescriptionvoidprotected final WSDLBoundOperationWSITAuthContextBase.cachedOperation(Packet packet) protected voidWSITAuthContextBase.cacheMessage(Packet packet) protected final WSDLBoundOperationWSITAuthContextBase.cacheOperation(Message msg, Packet packet) protected final voidWSITAuthContextBase.cacheOperation(WSDLBoundOperation op, Packet packet) protected Stringprotected AlgorithmSuiteWSITAuthContextBase.getBindingAlgorithmSuite(Packet packet) PipeHelper.getFaultResponse(Packet request, Packet response, Throwable t) protected List<PolicyAssertion>WSITClientAuthContext.getIssuedTokenPolicies(Packet packet, String scope) protected WSDLBoundOperationWSITAuthContextBase.getOperation(Message message, Packet packet) protected List<PolicyAssertion>WSITAuthContextBase.getOutBoundKTP(Packet packet, boolean isSCMessage) protected MessagePolicyWSITServerAuthContext.getOutgoingFaultPolicy(Packet packet) protected MessagePolicyWSITAuthContextBase.getOutgoingXWSSecurityPolicy(Packet packet, boolean isSCMessage) protected MessagePolicyWSITServerAuthContext.getOutgoingXWSSecurityPolicy(Packet packet, boolean isSCMessage) protected WSDLBoundOperationWSITAuthContextBase.getWSDLOpFromAction(Packet packet, boolean isIncomming) protected ProcessingContextWSITAuthContextBase.initializeInboundProcessingContext(Packet packet) protected ProcessingContextWSITAuthContextBase.initializeOutgoingProcessingContext(Packet packet, boolean isSCMessage) protected ProcessingContextWSITServerAuthContext.initializeOutgoingProcessingContext(Packet packet, boolean isSCMessage) protected booleanWSITAuthContextBase.isMakeConnectionMessage(Packet packet) protected booleanWSITAuthContextBase.isRMMessage(Packet packet) protected booleanWSITAuthContextBase.isSCCancel(Packet packet) protected booleanWSITAuthContextBase.isSCMessage(Packet packet) protected booleanprotected booleanWSITAuthContextBase.isTrustMessage(Packet packet) booleanPipeHelper.makeFaultResponse(Packet response, Throwable t) protected voidWSITClientAuthContext.populateKerberosContext(Packet packet, ProcessingContextImpl ctx, boolean isSCMessage) ClientSecurityTube.processRequest(Packet packet) ServerSecurityTube.processRequest(Packet request) ClientSecurityTube.processResponse(Packet ret) ServerSecurityTube.processResponse(Packet response) protected final voidWSITAuthContextBase.resetCachedOperation(Packet packet) protected PolicyAlternativeHolderWSITAuthContextBase.resolveAlternative(Packet packet, boolean isSCMessage) WSITClientAuthContext.secureRequest(Packet packet, Subject clientSubject, boolean isSCMessage) WSITServerAuthContext.secureResponse(Packet retPacket, Subject serviceSubject, Map<String, Object> sharedState) voidPacketMapMessageInfo.setRequestPacket(Packet p) voidPacketMessageInfo.setRequestPacket(Packet p) protected voidWSITAuthContextBase.setRequestPacket(jakarta.security.auth.message.MessageInfo messageInfo, Packet ret) voidPacketMapMessageInfo.setResponsePacket(Packet p) voidPacketMessageInfo.setResponsePacket(Packet p) protected voidWSITAuthContextBase.setResponsePacket(jakarta.security.auth.message.MessageInfo messageInfo, Packet ret) jakarta.xml.bind.JAXBElementClientSecurityPipe.startSecureConversation(Packet packet) jakarta.xml.bind.JAXBElementClientSecurityTube.startSecureConversation(Packet packet) WSITServerAuthContext.validateRequest(Packet packet, Subject clientSubject, Subject serviceSubject, Map<String, Object> sharedState) WSITClientAuthContext.validateResponse(Packet req, Subject clientSubject, Subject serviceSubject) Constructors in com.sun.xml.wss.provider.wsit with parameters of type Packet -
Uses of Packet in com.sun.xml.xwss
Methods in com.sun.xml.xwss that return PacketModifier and TypeMethodDescriptionXWSSClientTube.secureRequest(Packet packet) XWSSServerTube.secureResponse(Packet packet) XWSSServerTube.validateRequest(Packet packet) XWSSClientTube.validateResponse(Packet packet) Methods in com.sun.xml.xwss with parameters of type PacketModifier and TypeMethodDescriptionXWSSClientTube.processRequest(Packet packet) XWSSServerTube.processRequest(Packet packet) XWSSClientTube.processResponse(Packet ret) XWSSServerTube.processResponse(Packet ret) XWSSClientTube.secureRequest(Packet packet) XWSSServerTube.secureResponse(Packet packet) XWSSServerTube.validateRequest(Packet packet) XWSSClientTube.validateResponse(Packet packet)