Uses of Class
com.sun.xml.ws.api.message.Packet
-
-
Uses of Packet in com.sun.xml.ws.addressing
Methods in com.sun.xml.ws.addressing with parameters of type Packet Modifier and Type Method Description protected 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)StringWsaTubeHelper. getEffectiveInputAction(Packet packet)This method gives the Input addressing Action for a message.StringWsaTubeHelper. getFaultAction(Packet requestPacket, Packet responsePacket)StringWsaTubeHelper. getInputAction(Packet packet)StringWsaTubeHelper. getOutputAction(Packet packet)StringWsaTubeHelper. getSOAPAction(Packet packet)booleanWsaTubeHelper. isInputActionDefault(Packet packet)NextActionWsaClientTube. processRequest(Packet request)NextActionWsaServerTube. processRequest(Packet request)NextActionWsaClientTube. processResponse(Packet response)NextActionWsaServerTube. processResponse(Packet response)protected voidWsaClientTube. validateAction(Packet packet)protected voidWsaServerTube. validateAction(Packet packet)Constructors in com.sun.xml.ws.addressing with parameters of type Packet Constructor Description 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 Modifier and Type Method Description PacketMissingAddressingHeaderException. getPacket()ThePacketin which a header was missing.Constructors in com.sun.xml.ws.addressing.model with parameters of type Packet Constructor Description 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 Modifier and Type Method Description protected 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 Packet Modifier and Type Method Description PacketNonAnonymousResponseProcessor. process(Packet packet)Send a response to a non-anonymous address.Methods in com.sun.xml.ws.api.addressing with parameters of type Packet Modifier and Type Method Description PacketNonAnonymousResponseProcessor. 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 Modifier and Type Method Description PacketClientCallBridge. createRequestPacket(JavaCallInfo call)PacketEndpointCallBridge. serializeResponse(JavaCallInfo call)Methods in com.sun.xml.ws.api.databinding with parameters of type Packet Modifier and Type Method Description voidDatabinding. decode(InputStream in, String ct, Packet packet)Deprecated.use MessageContextFactoryJavaCallInfoEndpointCallBridge. deserializeRequest(Packet req)ContentTypeDatabinding. encode(Packet packet, OutputStream out)Deprecated.use MessageContextFactoryEndpointCallBridgeDatabinding. getEndpointBridge(Packet soap)Deserializes a request XML(SOAP) message to a JavaCallInfo instance representing a JAVA method call.JavaCallInfoClientCallBridge. 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 Modifier and Type Method Description PacketPacket. copy(boolean copyMessage)Creates a copy of thisPacket.PacketPacket. createClientResponse(Message msg)Creates a responsePacketfrom a request packet (this).PacketPacket. createResponse(Message msg)Deprecated.Use createClientResponse(Message) for client side and createServerResponse(Message, String) for server side response creation.PacketPacket. createServerResponse(Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action)Creates a server-side responsePacketfrom a request packet (this).PacketPacket. createServerResponse(Message responseMessage, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)Creates a server-side responsePacketfrom a request packet (this).PacketPacket. relateClientResponse(Packet response)For use cases that start with an existing Packet.PacketPacket. relateServerResponse(Packet r, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)Methods in com.sun.xml.ws.api.message with parameters of type Packet Modifier and Type Method Description voidPacket. 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.static Map<String,List<String>>Message. getTransportHeaders(Packet packet)static Map<String,List<String>>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.PacketPacket. relateClientResponse(Packet response)For use cases that start with an existing Packet.PacketPacket. 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 Packet Modifier and Type Method Description static SAAJMessageSAAJFactory. read(Packet packet)Reads the message within the Packet to a SAAJMessage.static jakarta.xml.soap.SOAPMessageSAAJFactory. read(SOAPVersion soapVersion, Message message, Packet packet)Reads Message as SOAPMessage.SAAJMessageSAAJFactory. 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 Packet Modifier and Type Field Description PacketStreamBasedMessage. propertiesThe properties of the message.PacketStreamBasedMessage. propertiesThe properties of the message.Constructors in com.sun.xml.ws.api.message.stream with parameters of type Packet Constructor Description 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 Modifier and Type Method Description PacketFiber. getPacket()Gets the currentPacketassociated with this fiber.PacketNextAction. getPacket()Returns the last PacketPacketThrowableContainerPropertySet. getResponsePacket()PacketPipe. process(Packet request)Deprecated.PacketFiber. runSync(Tube tubeline, Packet request)Runs a givenTube(and everything thereafter) synchronously.Methods in com.sun.xml.ws.api.pipe that return types with arguments of type Packet Modifier and Type Method Description static 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 Packet Modifier and Type Method Description voidNextAction. 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)ContentTypeCodec. encode(Packet packet, OutputStream out)Encodes an XML infoset portion of theMessage(from <soap:Envelope> to </soap:Envelope>).ContentTypeCodec. encode(Packet packet, WritableByteChannel buffer)The version ofCodec.encode(Packet,OutputStream)that writes to NIOByteBuffer.ContentTypeCodec. getStaticContentType(Packet packet)If the MIME content-type of the encoding is known statically then this method returns it.voidNextAction. invoke(Tube next, Packet p)Indicates 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.PacketPipe. process(Packet request)Deprecated.NextActionTube. processRequest(Packet request)Acts on a request and perform some protocol specific operation.NextActionTube. processResponse(Packet response)Acts on a response and performs some protocol specific operation.voidFiber. resume(Packet resumePacket)Wakes up a suspended fiber.voidFiber. resume(Packet resumePacket, boolean forceSync)Similar 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.voidFiber. resume(Throwable throwable, Packet packet)Wakes up a suspended fiber with an exception.voidFiber. resume(Throwable error, Packet packet, boolean forceSync)Wakes 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.PacketFiber. runSync(Tube tubeline, Packet request)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 Packet Modifier and Type Method Description PacketAbstractFilterPipeImpl. process(Packet packet)PacketAbstractTubeImpl. process(Packet p)"Dual stack" compatibility mechanism.Methods in com.sun.xml.ws.api.pipe.helper with parameters of type Packet Modifier and Type Method Description protected NextActionAbstractTubeImpl. doInvoke(Tube next, Packet packet)protected NextActionAbstractTubeImpl. doInvokeAndForget(Tube next, Packet packet)protected NextActionAbstractTubeImpl. doReturnWith(Packet response)protected NextActionAbstractTubeImpl. doThrow(Packet response, Throwable t)PacketAbstractFilterPipeImpl. process(Packet packet)PacketAbstractTubeImpl. process(Packet p)"Dual stack" compatibility mechanism.NextActionAbstractFilterTubeImpl. processRequest(Packet request)Default no-op implementation.NextActionPipeAdapter. processRequest(Packet p)Uses the current fiber and runs the whole pipe to the completion (meaning everything from now on will run synchronously.)NextActionAbstractFilterTubeImpl. processResponse(Packet response)Default no-op implementation.NextActionPipeAdapter. 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 Modifier and Type Method Description abstract PacketSCTokenConfiguration. getPacket() -
Uses of Packet in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return Packet Modifier and Type Method Description abstract 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 PacketPacketWSWebServiceContext. getRequestPacket()Obtains the request packet that is being processed.PacketWSEndpoint.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 Modifier and Type Method Description abstract 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.StringWebServiceContextDelegate. getEPRAddress(Packet request, WSEndpoint endpoint)Gets the address of the endpoint.PrincipalWebServiceContextDelegate. getUserPrincipal(Packet request)ImplementsWebServiceContext.getUserPrincipal()for the given packet.StringWebServiceContextDelegate. 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.PacketWSEndpoint.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 TInstanceResolver. resolve(Packet request)Decides which instance of 'T' serves the given request message.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 Packet Modifier and Type Method Description protected 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 Packet Modifier and Type Method Description voidRequestContext. fill(Packet packet, boolean isAddressingEnabled)Fill aPacketwith values of thisRequestContext.protected PacketStub. process(Packet packet, RequestContext requestContext, ResponseContextReceiver receiver)Passes a message to a pipe for processing.protected voidStub. processAsync(AsyncResponseImpl<?> receiver, Packet request, RequestContext requestContext, Fiber.CompletionCallback completionCallback)Passes a message through aTubeline for processing.NextActionClientSchemaValidationTube. processRequest(Packet request)NextActionClientSchemaValidationTube. processResponse(Packet response)Constructors in com.sun.xml.ws.client with parameters of type Packet Constructor Description ResponseContext(Packet packet) -
Uses of Packet in com.sun.xml.ws.client.sei
Methods in com.sun.xml.ws.client.sei that return Packet Modifier and Type Method Description PacketStubHandler. createRequestPacket(JavaCallInfo args)Creates a requestJAXBMessagefrom method arguments.PacketSEIStub. doProcess(Packet request, RequestContext rc, ResponseContextReceiver receiver)Methods in com.sun.xml.ws.client.sei with parameters of type Packet Modifier and Type Method Description PacketSEIStub. doProcess(Packet request, RequestContext rc, ResponseContextReceiver receiver)voidSEIStub. doProcessAsync(AsyncResponseImpl<?> receiver, Packet request, RequestContext rc, Fiber.CompletionCallback callback)JavaCallInfoStubHandler. 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 Modifier and Type Method Description static HaContext.StateHaContext. 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 Modifier and Type Method Description static StringConverter. toString(Packet packet)static StringConverter. toStringNoIndent(Packet packet) -
Uses of Packet in com.sun.xml.ws.db
Methods in com.sun.xml.ws.db that return Packet Modifier and Type Method Description PacketDatabindingImpl. serializeRequest(JavaCallInfo call)PacketDatabindingImpl. serializeResponse(JavaCallInfo call)Methods in com.sun.xml.ws.db with parameters of type Packet Modifier and Type Method Description voidDatabindingImpl. decode(InputStream in, String ct, Packet p)JavaCallInfoDatabindingImpl. deserializeRequest(Packet req)JavaCallInfoDatabindingImpl. deserializeResponse(Packet res, JavaCallInfo call)ContentTypeDatabindingImpl. encode(Packet packet, OutputStream out)EndpointCallBridgeDatabindingImpl. getEndpointBridge(Packet req) -
Uses of Packet in com.sun.xml.ws.developer
Fields in com.sun.xml.ws.developer declared as Packet Modifier and Type Field Description protected PacketValidationErrorHandler. packetMethods in com.sun.xml.ws.developer with parameters of type Packet Modifier and Type Method Description <EPR extends jakarta.xml.ws.EndpointReference>
EPRStatefulWebServiceManager. export(Class<EPR> eprType, Packet currentRequest, T o)Exports an object.<EPR extends jakarta.xml.ws.EndpointReference>
EPRStatefulWebServiceManager. export(Class<EPR> eprType, Packet currentRequest, T o, EPRRecipe recipe)The same asStatefulWebServiceManager.export(Class, Packet, Object)except that it takesEPRRecipe.voidValidationErrorHandler. 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 Modifier and Type Method Description NextActionLoggingDumpTube. processRequest(Packet request)NextActionLoggingDumpTube. processResponse(Packet response) -
Uses of Packet in com.sun.xml.ws.encoding
Methods in com.sun.xml.ws.encoding with parameters of type Packet Modifier and Type Method Description 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)ContentTypeMtomCodec. encode(Packet packet, OutputStream out)ContentTypeMtomCodec. encode(Packet packet, WritableByteChannel buffer)ContentTypeSOAPBindingCodec. encode(Packet packet, OutputStream out)ContentTypeSOAPBindingCodec. encode(Packet packet, WritableByteChannel buffer)ContentTypeStreamSOAPCodec. encode(Packet packet, OutputStream out)ContentTypeStreamSOAPCodec. encode(Packet packet, WritableByteChannel buffer)ContentTypeSwACodec. encode(Packet packet, WritableByteChannel buffer)ContentTypeXMLHTTPBindingCodec. encode(Packet packet, OutputStream out)ContentTypeXMLHTTPBindingCodec. 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 CodecXMLHTTPBindingCodec. getMimeRootCodec(Packet p)ContentTypeMtomCodec. getStaticContentType(Packet packet)Return the soap 1.1 and soap 1.2 specific XOP packaged ContentTypeContentTypeSOAPBindingCodec. getStaticContentType(Packet packet)ContentTypeStreamSOAPCodec. getStaticContentType(Packet packet)ContentTypeXMLHTTPBindingCodec. 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 Packet Modifier and Type Method Description voidFastInfosetCodec. 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)ContentTypeFastInfosetCodec. encode(Packet packet, OutputStream out)ContentTypeFastInfosetCodec. encode(Packet packet, WritableByteChannel buffer)ContentTypeFastInfosetStreamSOAPCodec. encode(Packet packet, OutputStream out)ContentTypeFastInfosetStreamSOAPCodec. encode(Packet packet, WritableByteChannel buffer)ContentTypeFastInfosetCodec. getStaticContentType(Packet packet)ContentTypeFastInfosetStreamSOAPCodec. 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 Modifier and Type Method Description voidXMLCodec. decode(InputStream in, String contentType, Packet packet)voidXMLCodec. decode(ReadableByteChannel in, String contentType, Packet packet)ContentTypeXMLCodec. encode(Packet packet, OutputStream out)ContentTypeXMLCodec. encode(Packet packet, WritableByteChannel buffer)ContentTypeXMLCodec. getStaticContentType(Packet packet)jakarta.xml.soap.SOAPMessageXMLMessage.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 Modifier and Type Method Description NextActionHandlerTube. processRequest(Packet request)NextActionHandlerTube. processResponse(Packet response)Constructors in com.sun.xml.ws.handler with parameters of type Packet Constructor Description MessageHandlerContextImpl(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 Modifier and Type Method Description jakarta.xml.soap.SOAPMessageAbstractMessageImpl. readAsSOAPMessage(Packet packet, boolean inbound)MessageAbstractMessageImpl. 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 Modifier and Type Method Description jakarta.xml.soap.SOAPMessageProtocolSourceMessage. 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 Modifier and Type Method Description PacketManagedEndpoint. 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 Modifier and Type Method Description PacketManagedEndpoint. 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 Packet Modifier and Type Method Description NextActionMetadataServerPipe. 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 Modifier and Type Method Description NextActionServerMUTube. processRequest(Packet request)Do MU Header Processing on incoming message (request)NextActionClientMUTube. 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 Modifier and Type Method Description Queue<Packet>AdditionalResponses. getAdditionalResponsePacketQueue()Methods in com.sun.xml.ws.rx.mc.dev with parameters of type Packet Modifier and Type Method Description voidProtocolMessageHandler. 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 Packet Modifier and Type Method Description NextActionMcClientTube. processRequest(Packet request)NextActionMcServerTube. processRequest(Packet request)NextActionMcClientTube. processResponse(Packet response)NextActionMcServerTube. 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 Modifier and Type Method Description PacketJaxwsMessage. getPacket()PacketSerializableMessage. getPacket()Methods in com.sun.xml.ws.rx.message.jaxws with parameters of type Packet Modifier and Type Method Description voidJaxwsMessage. setPacket(Packet newPacket)voidSerializableMessage. setPacket(Packet newPacket)Constructors in com.sun.xml.ws.rx.message.jaxws with parameters of type Packet Constructor Description 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 Modifier and Type Method Description PacketAbstractSoapFaultException. toRequest(RuntimeContext rc)PacketCreateSequenceRefusedFault. toRequest(RuntimeContext rc)PacketAbstractSoapFaultException. toResponse(RuntimeContext rc, Packet request)PacketCreateSequenceRefusedFault. toResponse(RuntimeContext rc, Packet request)Methods in com.sun.xml.ws.rx.rm.faults with parameters of type Packet Modifier and Type Method Description PacketAbstractSoapFaultException. toResponse(RuntimeContext rc, Packet request)PacketCreateSequenceRefusedFault. 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 Modifier and Type Method Description abstract PacketWsrmProtocolHandler. createEmptyAcknowledgementResponse(AcknowledgementData ackData, Packet requestPacket)PacketJaxwsApplicationMessage. 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 Packet Modifier and Type Method Description abstract voidWsrmProtocolHandler. appendAcknowledgementHeaders(Packet packet, AcknowledgementData ackData)booleanWsrmProtocolHandler. containsProtocolMessage(Packet packet)booleanWsrmProtocolHandler. containsProtocolRequest(Packet packet)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)NextActionServerTube. processRequest(Packet request)NextActionServerTube. 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 Constructor Description JaxwsApplicationMessage(Packet packet, String correlationId) -
Uses of Packet in com.sun.xml.ws.rx.util
Methods in com.sun.xml.ws.rx.util that return Packet Modifier and Type Method Description PacketCommunicator. createEmptyRequestPacket(boolean expectReply)Creates a new empty request packetPacketCommunicator. createEmptyRequestPacket(String requestWsaAction, boolean expectReply)Creates a new empty request packet with an empty message that has WS-A action setPacketCommunicator. 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.PacketCommunicator. createNullResponsePacket(Packet requestPacket)Creates a null (no message) response packet based for the supplied request packet.PacketCommunicator. createRequestPacket(Message message, String wsaAction, boolean expectReply)PacketCommunicator. createRequestPacket(Packet originalRequestPacket, Object jaxbElement, String wsaAction, boolean expectReply)PacketCommunicator. createRequestPacket(Object jaxbElement, String wsaAction, boolean expectReply)PacketCommunicator. 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.PacketCommunicator. 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.PacketFiberExecutor. runSync(Packet request)PacketCommunicator. send(Packet request)PacketCommunicator. 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.PacketCommunicator. setEmptyResponseMessage(Packet response, Packet request, String wsaAction)Methods in com.sun.xml.ws.rx.util with parameters of type Packet Modifier and Type Method Description PacketCommunicator. 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.PacketCommunicator. createNullResponsePacket(Packet requestPacket)Creates a null (no message) response packet based for the supplied request packet.PacketCommunicator. createRequestPacket(Packet originalRequestPacket, Object jaxbElement, String wsaAction, boolean expectReply)PacketCommunicator. 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.PacketCommunicator. 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.StringCommunicator. getWsaAction(Packet packet)Returns the value of WS-AddressingActionheader of a message stored in thePacket.StringCommunicator. getWsaTo(Packet packet)Returns the value of WS-AddressingToheader of a message stored in thePacket.voidSuspendedFiberStorage. resumeFiber(String correlationId, Packet response)protected voidAbstractResponseHandler. resumeParentFiber(Packet response)PacketFiberExecutor. runSync(Packet request)voidFiberExecutor. schedule(Packet request, Fiber.CompletionCallback callback)PacketCommunicator. send(Packet request)voidCommunicator. sendAsync(Packet request, Fiber.CompletionCallback completionCallbackHandler)Asynchronously sends the requestPacketvoidCommunicator. sendAsync(Packet request, Fiber.CompletionCallback completionCallbackHandler, FiberContextSwitchInterceptor interceptor)voidCommunicator. setDestinationAddressFrom(Packet packet)PacketCommunicator. 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.PacketCommunicator. setEmptyResponseMessage(Packet response, Packet request, String wsaAction)voidFiberExecutor. start(Packet request, Fiber.CompletionCallback callback, FiberContextSwitchInterceptor interceptor)SecurityTokenReferenceTypeCommunicator. 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 Modifier and Type Method Description voidLazyStreamCodec. decode(InputStream inputStream, String string, Packet packet)voidLazyStreamCodec. decode(ReadableByteChannel readableByteChannel, String string, Packet packet)ContentTypeLazyStreamCodec. encode(Packet packet, OutputStream outputStream)ContentTypeLazyStreamCodec. encode(Packet packet, WritableByteChannel writableByteChannel)ContentTypeLazyStreamCodec. 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 Modifier and Type Method Description StringWebServiceContextSecurityDelegate. getEPRAddress(Packet arg0, WSEndpoint arg1)PrincipalWebServiceContextSecurityDelegate. getUserPrincipal(Packet packet)StringWebServiceContextSecurityDelegate. 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 Packet Modifier and Type Method Description PacketNewWSSCPlugin. createCancelPacket(BaseSTSRequest rst, WSDLPort wsdlPort, WSBinding binding, jakarta.xml.bind.JAXBContext jbCxt, String endPointAddress)PacketNewWSSCPlugin. 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 Packet Modifier and Type Method Description PacketNewWSSCPlugin. createIssuePacket(PolicyAssertion token, BaseSTSRequest rst, WSDLPort wsdlPort, WSBinding binding, jakarta.xml.bind.JAXBContext jbCxt, String endPointAddress, Packet packet)BaseSTSResponseNewWSSCPlugin. getRSTR(jakarta.xml.bind.JAXBContext jbCxt, Packet respPacket)StringSTRValidationHelper. 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 Packet Modifier and Type Method Description PacketDefaultSCTokenConfiguration. getPacket()Constructors in com.sun.xml.ws.security.secconv.impl.client with parameters of type Packet Constructor Description 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 Modifier and Type Method Description PacketWSEndpointImpl. createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)PacketWSEndpointMOMProxy. 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 Packet Modifier and Type Method Description PacketWSEndpointImpl. createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)PacketWSEndpointMOMProxy. createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)<EPR extends jakarta.xml.ws.EndpointReference>
EPRStatefulInstanceResolver. export(Class<EPR> adrsVer, Packet currentRequest, T o)<EPR extends jakarta.xml.ws.EndpointReference>
EPRStatefulInstanceResolver. export(Class<EPR> adrsVer, Packet currentRequest, T o, EPRRecipe recipe)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)NextActionServerSchemaValidationTube. processRequest(Packet request)NextActionServerSchemaValidationTube. processResponse(Packet response)TSingletonResolver. resolve(Packet request)TStatefulInstanceResolver. resolve(Packet request)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 Constructor Description EndpointMessageContextImpl(Packet packet) -
Uses of Packet in com.sun.xml.ws.server.provider
Methods in com.sun.xml.ws.server.provider that return Packet Modifier and Type Method Description PacketAsyncProviderInvokerTube.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 Packet Modifier and Type Method Description abstract 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 valuevoidAsyncProviderInvokerTube.FiberResumer. onResume(Packet response)NextActionAsyncProviderInvokerTube. processRequest(Packet request)NextActionSyncProviderInvokerTube. processRequest(Packet request)NextActionAsyncProviderInvokerTube. processResponse(Packet response)NextActionSyncProviderInvokerTube. processResponse(Packet response)Constructors in com.sun.xml.ws.server.provider with parameters of type Packet Constructor Description AsyncProviderCallbackImpl(Packet request, com.sun.xml.ws.server.provider.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 Packet Modifier and Type Method Description PacketTieHandler. serializeResponse(JavaCallInfo call)Methods in com.sun.xml.ws.server.sei with parameters of type Packet Modifier and Type Method Description JavaCallInfoTieHandler. deserializeRequest(Packet req)TInvokerSource. getInvoker(Packet request)Returns Invoker for the given requestTInvokerTube. getInvoker(Packet request)Returns theInvokerobject that serves the request.abstract ObjectInvoker. invoke(Packet p, Method m, Object... args)Wrapper for reflection invoke that allows containers to adaptNextActionSEIInvokerTube. processRequest(Packet req)This binds the parameters for SEI endpoints and invokes the endpoint method.NextActionSEIInvokerTube. 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 Modifier and Type Method Description THttpSessionInstanceResolver. resolve(Packet request) -
Uses of Packet in com.sun.xml.ws.transport
Methods in com.sun.xml.ws.transport with parameters of type Packet Modifier and Type Method Description NextActionDeferredTransportPipe. processRequest(Packet request)NextActionDeferredTransportPipe. 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 Modifier and Type Method Description protected 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 Packet Modifier and Type Method Description PacketHttpTransportPipe. process(Packet request)Methods in com.sun.xml.ws.transport.http.client with parameters of type Packet Modifier and Type Method Description protected HttpClientTransportHttpTransportPipe. getTransport(Packet request, Map<String,List<String>> reqHeaders)protected HttpURLConnectionHttpClientTransport. openConnection(Packet packet)PacketHttpTransportPipe. process(Packet request)NextActionHttpTransportPipe. processRequest(Packet request)NextActionHttpTransportPipe. processResponse(Packet response)Constructors in com.sun.xml.ws.transport.http.client with parameters of type Packet Constructor Description 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 Modifier and Type Method Description StringServletConnectionImpl. getEPRAddress(Packet p, WSEndpoint endpoint)PrincipalServletConnectionImpl. getUserPrincipal(Packet p)StringServletConnectionImpl. 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 Packet Modifier and Type Method Description PacketServiceChannelTransportPipe. process(Packet packet)PacketTCPTransportPipe. process(Packet packet)Methods in com.sun.xml.ws.transport.tcp.client with parameters of type Packet Modifier and Type Method Description PacketServiceChannelTransportPipe. process(Packet packet)PacketTCPTransportPipe. process(Packet packet)NextActionTCPTransportPipe. processRequest(Packet request)NextActionTCPTransportPipe. 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 Packet Modifier and Type Method Description voidWSTCPFastInfosetStreamCodec. decode(InputStream in, String contentType, Packet response)voidWSTCPFastInfosetStreamCodec. decode(ReadableByteChannel in, String contentType, Packet response)ContentTypeWSTCPFastInfosetStreamCodec. encode(Packet packet, OutputStream out)ContentTypeWSTCPFastInfosetStreamCodec. encode(Packet packet, WritableByteChannel buffer)ContentTypeWSTCPFastInfosetStreamCodec. 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 Modifier and Type Method Description voidTCPAdapter.TCPToolkit. addCustomPacketSattellites(Packet packet)Method could be overwritten by children to add some extra Satellites to PacketStringTCPConnectionImpl. getEPRAddress(Packet request, WSEndpoint endpoint)PrincipalTCPConnectionImpl. getUserPrincipal(Packet request)StringTCPConnectionImpl. 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 Packet Modifier and Type Method Description static TransactionalAttributeWSATTubeHelper. getTransactionalAttribute(TransactionalFeature feature, Packet packet, WSDLPort port)NextActionWSATClientTube. processRequest(Packet request)NextActionWSATServerTube. processRequest(Packet request)NextActionWSATClientTube. processResponse(Packet response)NextActionWSATServerTube. 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 Modifier and Type Method Description protected voidAbstractSchemaValidationTube. doProcess(Packet packet)protected voidDumpTube. dump(String header, Packet packet)NextActionDumpTube. processRequest(Packet request)NextActionDumpTube. processResponse(Packet response) -
Uses of Packet in com.sun.xml.ws.wsdl
Methods in com.sun.xml.ws.wsdl with parameters of type Packet Modifier and Type Method Description WSDLOperationMappingOperationDispatcher. getWSDLOperationMapping(Packet request)WSDLOperationMappingWSDLOperationFinder. getWSDLOperationMapping(Packet request)QNameOperationDispatcher. getWSDLOperationQName(Packet request)Deprecated.use getWSDLOperationMapping(Packet request)QNameWSDLOperationFinder. 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 Modifier and Type Method Description PacketSecurityClientTube. processClientRequestPacket(Packet packet)PacketSecurityClientTube. processClientResponsePacket(Packet ret)PacketSecurityServerTube. processMessage(XMLStreamReaderMessage msg)Methods in com.sun.xml.wss.jaxws.impl with parameters of type Packet Modifier and Type Method Description protected voidSecurityTubeBase. cacheMessage(Packet packet)protected StringSecurityTubeBase. getAction(Packet packet)protected 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 booleanSecurityTubeBase. isSCRenew(Packet packet)protected booleanSecurityTubeBase. isTrustMessage(Packet packet)protected voidSecurityClientTube. populateKerberosContext(Packet packet, ProcessingContextImpl ctx, boolean isSCMessage)PacketSecurityClientTube. processClientRequestPacket(Packet packet)PacketSecurityClientTube. processClientResponsePacket(Packet ret)InputStreamMessageSecurityServerTube. processInputStream(Packet packet)NextActionSecurityClientTube. processRequest(Packet packet)NextActionSecurityServerTube. processRequest(Packet packet)NextActionSecurityClientTube. processResponse(Packet ret)NextActionSecurityServerTube. 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 Packet Modifier and Type Method Description PacketPipeHelper. getFaultResponse(Packet request, Packet response, Throwable t)PacketPacketMapMessageInfo. getRequestPacket()PacketPacketMessageInfo. getRequestPacket()protected PacketWSITAuthContextBase. getRequestPacket(MessageInfo messageInfo)PacketPacketMapMessageInfo. getResponsePacket()PacketPacketMessageInfo. getResponsePacket()protected PacketWSITAuthContextBase. getResponsePacket(MessageInfo messageInfo)PacketPipeHelper. makeFaultResponse(Packet response, Throwable t)PacketClientSecurityPipe. process(Packet request)PacketServerSecurityPipe. process(Packet request)PacketWSITClientAuthContext. secureRequest(Packet packet, Subject clientSubject, boolean isSCMessage)PacketWSITServerAuthContext. secureResponse(Packet retPacket, Subject serviceSubject, Map sharedState)PacketWSITServerAuthContext. validateRequest(Packet packet, Subject clientSubject, Subject serviceSubject, Map<Object,Object> sharedState)PacketWSITClientAuthContext. validateResponse(Packet req, Subject clientSubject, Subject serviceSubject)Methods in com.sun.xml.wss.provider.wsit with parameters of type Packet Modifier and Type Method Description voidPipeHelper. authorize(Packet request)protected WSDLBoundOperationWSITAuthContextBase. cachedOperation(Packet packet)protected voidWSITAuthContextBase. cacheMessage(Packet packet)protected WSDLBoundOperationWSITAuthContextBase. cacheOperation(Message msg, Packet packet)protected voidWSITAuthContextBase. cacheOperation(WSDLBoundOperation op, Packet packet)protected StringWSITAuthContextBase. getAction(Packet packet)protected AlgorithmSuiteWSITAuthContextBase. getBindingAlgorithmSuite(Packet packet)PacketPipeHelper. 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 booleanWSITAuthContextBase. isSCRenew(Packet packet)protected booleanWSITAuthContextBase. isTrustMessage(Packet packet)booleanPipeHelper. isTwoWay(boolean twoWayIsDefault, Packet request)PacketPipeHelper. makeFaultResponse(Packet response, Throwable t)protected voidWSITClientAuthContext. populateKerberosContext(Packet packet, ProcessingContextImpl ctx, boolean isSCMessage)PacketClientSecurityPipe. process(Packet request)PacketServerSecurityPipe. process(Packet request)NextActionClientSecurityTube. processRequest(Packet packet)NextActionServerSecurityTube. processRequest(Packet request)NextActionClientSecurityTube. processResponse(Packet ret)NextActionServerSecurityTube. processResponse(Packet response)protected voidWSITAuthContextBase. resetCachedOperation(Packet packet)protected PolicyAlternativeHolderWSITAuthContextBase. resolveAlternative(Packet packet, boolean isSCMessage)PacketWSITClientAuthContext. secureRequest(Packet packet, Subject clientSubject, boolean isSCMessage)PacketWSITServerAuthContext. secureResponse(Packet retPacket, Subject serviceSubject, Map sharedState)voidPacketMapMessageInfo. setRequestPacket(Packet p)voidPacketMessageInfo. setRequestPacket(Packet p)protected voidWSITAuthContextBase. setRequestPacket(MessageInfo messageInfo, Packet ret)voidPacketMapMessageInfo. setResponsePacket(Packet p)voidPacketMessageInfo. setResponsePacket(Packet p)protected voidWSITAuthContextBase. setResponsePacket(MessageInfo messageInfo, Packet ret)jakarta.xml.bind.JAXBElementClientSecurityPipe. startSecureConversation(Packet packet)jakarta.xml.bind.JAXBElementClientSecurityTube. startSecureConversation(Packet packet)PacketWSITServerAuthContext. validateRequest(Packet packet, Subject clientSubject, Subject serviceSubject, Map<Object,Object> sharedState)PacketWSITClientAuthContext. validateResponse(Packet req, Subject clientSubject, Subject serviceSubject)Constructors in com.sun.xml.wss.provider.wsit with parameters of type Packet Constructor Description PacketMapMessageInfo(Packet reqPacket, Packet resPacket) -
Uses of Packet in com.sun.xml.xwss
Methods in com.sun.xml.xwss that return Packet Modifier and Type Method Description PacketXWSSClientTube. secureRequest(Packet packet)PacketXWSSServerTube. secureResponse(Packet packet)PacketXWSSServerTube. validateRequest(Packet packet)PacketXWSSClientTube. validateResponse(Packet packet)Methods in com.sun.xml.xwss with parameters of type Packet Modifier and Type Method Description NextActionXWSSClientTube. processRequest(Packet packet)NextActionXWSSServerTube. processRequest(Packet packet)NextActionXWSSClientTube. processResponse(Packet ret)NextActionXWSSServerTube. processResponse(Packet ret)PacketXWSSClientTube. secureRequest(Packet packet)PacketXWSSServerTube. secureResponse(Packet packet)PacketXWSSServerTube. validateRequest(Packet packet)PacketXWSSClientTube. validateResponse(Packet packet)
-