|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Packet in com.sun.xml.ws.addressing |
|---|
| Methods in com.sun.xml.ws.addressing with parameters of type Packet | |
|---|---|
protected void |
W3CWsaServerTube.checkMandatoryHeaders(Packet packet,
boolean foundAction,
boolean foundTo,
boolean foundReplyTo,
boolean foundFaultTo,
boolean foundMessageId,
boolean foundRelatesTo)
|
protected void |
W3CWsaClientTube.checkMandatoryHeaders(Packet packet,
boolean foundAction,
boolean foundTo,
boolean foundReplyTo,
boolean foundFaultTo,
boolean foundMessageID,
boolean foundRelatesTo)
|
protected void |
WsaServerTube.checkMessageAddressingProperties(Packet packet)
|
java.lang.String |
WsaTubeHelper.getEffectiveInputAction(Packet packet)
This method gives the Input addressing Action for a message. |
java.lang.String |
WsaTubeHelper.getFaultAction(Packet requestPacket,
Packet responsePacket)
|
java.lang.String |
WsaTubeHelper.getInputAction(Packet packet)
|
java.lang.String |
WsaTubeHelper.getOutputAction(Packet packet)
|
java.lang.String |
WsaTubeHelper.getSOAPAction(Packet packet)
|
boolean |
WsaTubeHelper.isInputActionDefault(Packet packet)
|
NextAction |
WsaServerTube.processRequest(Packet request)
|
NextAction |
WsaClientTube.processRequest(Packet request)
|
NextAction |
WsaServerTube.processResponse(Packet response)
|
NextAction |
WsaClientTube.processResponse(Packet response)
|
protected void |
WsaServerTube.validateAction(Packet packet)
|
protected void |
WsaClientTube.validateAction(Packet packet)
|
| Constructors in com.sun.xml.ws.addressing with parameters of type Packet | |
|---|---|
WsaPropertyBag(AddressingVersion addressingVersion,
SOAPVersion soapVersion,
Packet packet)
|
|
| Uses of Packet in com.sun.xml.ws.addressing.model |
|---|
| Methods in com.sun.xml.ws.addressing.model that return Packet | |
|---|---|
Packet |
MissingAddressingHeaderException.getPacket()
The Packet in which a header was missing. |
| Constructors in com.sun.xml.ws.addressing.model with parameters of type Packet | |
|---|---|
MissingAddressingHeaderException(javax.xml.namespace.QName name,
Packet p)
|
|
| Uses of Packet in com.sun.xml.ws.addressing.v200408 |
|---|
| Methods in com.sun.xml.ws.addressing.v200408 with parameters of type Packet | |
|---|---|
protected void |
MemberSubmissionWsaServerTube.checkMandatoryHeaders(Packet packet,
boolean foundAction,
boolean foundTo,
boolean foundReplyTo,
boolean foundFaultTo,
boolean foundMessageId,
boolean foundRelatesTo)
|
protected void |
MemberSubmissionWsaClientTube.checkMandatoryHeaders(Packet packet,
boolean foundAction,
boolean foundTo,
boolean foundReplyTo,
boolean foundFaultTo,
boolean foundMessageID,
boolean foundRelatesTo)
|
| Uses of Packet in com.sun.xml.ws.api.addressing |
|---|
| Methods in com.sun.xml.ws.api.addressing that return Packet | |
|---|---|
Packet |
NonAnonymousResponseProcessor.process(Packet packet)
Send a response to a non-anonymous address. |
| Methods in com.sun.xml.ws.api.addressing with parameters of type Packet | |
|---|---|
Packet |
NonAnonymousResponseProcessor.process(Packet packet)
Send a response to a non-anonymous address. |
| Uses of Packet in com.sun.xml.ws.api.databinding |
|---|
| Methods in com.sun.xml.ws.api.databinding that return Packet | |
|---|---|
Packet |
ClientCallBridge.createRequestPacket(com.oracle.webservices.api.databinding.JavaCallInfo call)
|
Packet |
EndpointCallBridge.serializeResponse(com.oracle.webservices.api.databinding.JavaCallInfo call)
|
| Methods in com.sun.xml.ws.api.databinding with parameters of type Packet | |
|---|---|
void |
Databinding.decode(java.io.InputStream in,
java.lang.String ct,
Packet packet)
Deprecated. use MessageContextFactory |
com.oracle.webservices.api.databinding.JavaCallInfo |
EndpointCallBridge.deserializeRequest(Packet req)
|
ContentType |
Databinding.encode(Packet packet,
java.io.OutputStream out)
Deprecated. use MessageContextFactory |
EndpointCallBridge |
Databinding.getEndpointBridge(Packet soap)
Deserializes a request XML(SOAP) message to a JavaCallInfo instance representing a JAVA method call. |
com.oracle.webservices.api.databinding.JavaCallInfo |
ClientCallBridge.readResponse(Packet packet,
com.oracle.webservices.api.databinding.JavaCallInfo call)
|
| Uses of Packet in com.sun.xml.ws.api.message |
|---|
| Methods in com.sun.xml.ws.api.message that return Packet | |
|---|---|
Packet |
Packet.copy(boolean copyMessage)
Creates a copy of this Packet. |
Packet |
Packet.createClientResponse(Message msg)
Creates a response Packet from a request packet (this). |
Packet |
Packet.createResponse(Message msg)
Deprecated. Use createClientResponse(Message) for client side and createServerResponse(Message, String) for server side response creation. |
Packet |
Packet.createServerResponse(Message responseMessage,
AddressingVersion addressingVersion,
SOAPVersion soapVersion,
java.lang.String action)
Creates a server-side response Packet from a request
packet (this). |
Packet |
Packet.createServerResponse(Message responseMessage,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
Creates a server-side response Packet from a request
packet (this). |
Packet |
Packet.relateClientResponse(Packet response)
For use cases that start with an existing Packet. |
Packet |
Packet.relateServerResponse(Packet r,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
| Methods in com.sun.xml.ws.api.message with parameters of type Packet | |
|---|---|
void |
Packet.copyPropertiesTo(Packet response)
Copy all properties from ( this) packet into a input Packet |
static Message |
Messages.createAddressingFaultMessage(WSBinding binding,
Packet p,
javax.xml.namespace.QName missingHeader)
Creates a fault Message that captures the code/subcode/subsubcode
defined by WS-Addressing if one of the expected WS-Addressing headers is
missing in the message |
static void |
AddressingUtils.fillRequestAddressingHeaders(MessageHeaders headers,
Packet packet,
AddressingVersion av,
SOAPVersion sv,
boolean oneway,
java.lang.String action)
|
static void |
AddressingUtils.fillRequestAddressingHeaders(MessageHeaders headers,
Packet packet,
AddressingVersion av,
SOAPVersion sv,
boolean oneway,
java.lang.String action,
boolean mustUnderstand)
|
static void |
AddressingUtils.fillRequestAddressingHeaders(MessageHeaders headers,
WSDLPort wsdlPort,
WSBinding binding,
Packet packet)
|
void |
HeaderList.fillRequestAddressingHeaders(Packet packet,
AddressingVersion av,
SOAPVersion sv,
boolean oneway,
java.lang.String action)
|
void |
HeaderList.fillRequestAddressingHeaders(Packet packet,
AddressingVersion av,
SOAPVersion sv,
boolean oneway,
java.lang.String action,
boolean mustUnderstand)
Creates a set of outbound WS-Addressing headers on the client with the specified Action Message Addressing Property value. |
void |
HeaderList.fillRequestAddressingHeaders(WSDLPort wsdlPort,
WSBinding binding,
Packet packet)
Creates a set of outbound WS-Addressing headers on the client with the default Action Message Addressing Property value. |
static java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
Message.getTransportHeaders(Packet packet)
|
static java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
Message.getTransportHeaders(Packet packet,
boolean inbound)
|
javax.xml.soap.SOAPMessage |
Message.readAsSOAPMessage(Packet packet,
boolean inbound)
Creates the equivalent SOAPMessage from this message. |
javax.xml.soap.SOAPMessage |
FilterMessageImpl.readAsSOAPMessage(Packet packet,
boolean inbound)
|
Packet |
Packet.relateClientResponse(Packet response)
For use cases that start with an existing Packet. |
Packet |
Packet.relateServerResponse(Packet r,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
void |
Packet.setResponseMessage(Packet request,
Message responseMessage,
AddressingVersion addressingVersion,
SOAPVersion soapVersion,
java.lang.String action)
Overwrites the Message of the response packet (this) by the given Message. |
| Uses of Packet in com.sun.xml.ws.api.message.saaj |
|---|
| Methods in com.sun.xml.ws.api.message.saaj with parameters of type Packet | |
|---|---|
static SAAJMessage |
SAAJFactory.read(Packet packet)
Reads the message within the Packet to a SAAJMessage. |
static javax.xml.soap.SOAPMessage |
SAAJFactory.read(SOAPVersion soapVersion,
Message message,
Packet packet)
Reads Message as SOAPMessage. |
SAAJMessage |
SAAJFactory.readAsSAAJ(Packet packet)
Reads the message within the Packet to a SAAJMessage. |
javax.xml.soap.SOAPMessage |
SAAJFactory.readAsSOAPMessage(SOAPVersion soapVersion,
Message message,
Packet packet)
Reads Message as SOAPMessage. |
| Uses of Packet in com.sun.xml.ws.api.message.stream |
|---|
| Constructors in com.sun.xml.ws.api.message.stream with parameters of type Packet | |
|---|---|
InputStreamMessage(Packet properties,
AttachmentSet attachments,
java.lang.String contentType,
java.io.InputStream msg)
Create a new message. |
|
InputStreamMessage(Packet properties,
java.lang.String contentType,
java.io.InputStream msg)
Create a new message. |
|
XMLStreamReaderMessage(Packet properties,
AttachmentSet attachments,
javax.xml.stream.XMLStreamReader msg)
Create a new message. |
|
XMLStreamReaderMessage(Packet properties,
javax.xml.stream.XMLStreamReader msg)
Create a new message. |
|
| Uses of Packet in com.sun.xml.ws.api.pipe |
|---|
| Methods in com.sun.xml.ws.api.pipe that return Packet | |
|---|---|
Packet |
NextAction.getPacket()
Returns the last Packet |
Packet |
Fiber.getPacket()
Gets the current Packet associated with this fiber. |
Packet |
ThrowableContainerPropertySet.getResponsePacket()
|
Packet |
Pipe.process(Packet request)
Deprecated. Sends a Packet and returns a response Packet to it. |
Packet |
Fiber.runSync(Tube tubeline,
Packet request)
Runs a given Tube (and everything thereafter) synchronously. |
| Methods in com.sun.xml.ws.api.pipe that return types with arguments of type Packet | |
|---|---|
static javax.xml.ws.Dispatch<Packet> |
Stubs.createPacketDispatch(javax.xml.namespace.QName portName,
WSService owner,
WSBinding binding,
Tube next,
WSEndpointReference epr)
Creates a new Packet-based Dispatch stub that connects to the given pipe. |
static javax.xml.ws.Dispatch<Packet> |
Stubs.createPacketDispatch(WSPortInfo portInfo,
WSBinding binding,
WSEndpointReference epr)
Creates a new Message-based Dispatch stub that connects to the given pipe. |
| Methods in com.sun.xml.ws.api.pipe with parameters of type Packet | |
|---|---|
void |
NextAction.abortResponse(Packet response)
Indicates that the next action is to abort the processResponse chain because of some non-exception condition. |
void |
Codec.decode(java.io.InputStream in,
java.lang.String contentType,
Packet response)
Reads bytes from InputStream and constructs a Message. |
void |
Codec.decode(java.nio.channels.ReadableByteChannel in,
java.lang.String contentType,
Packet response)
|
ContentType |
Codec.encode(Packet packet,
java.io.OutputStream out)
Encodes an XML infoset portion of the Message
(from <soap:Envelope> to </soap:Envelope>). |
ContentType |
Codec.encode(Packet packet,
java.nio.channels.WritableByteChannel buffer)
The version of Codec.encode(Packet,OutputStream)
that writes to NIO ByteBuffer. |
ContentType |
Codec.getStaticContentType(Packet packet)
If the MIME content-type of the encoding is known statically then this method returns it. |
void |
NextAction.invoke(Tube next,
Packet p)
Indicates that the next action should be to invoke the next tube's Tube.processRequest(Packet),
then later invoke the current tube's Tube.processResponse(Packet)
with the response packet. |
void |
NextAction.invokeAndForget(Tube next,
Packet p)
Indicates that the next action should be to invoke the next tube's Tube.processRequest(Packet),
but the current tube doesn't want to receive the response packet to
its Tube.processResponse(Packet). |
void |
NextAction.invokeAsync(Tube next,
Packet p)
Indicates that the next action is to invoke the next tube in the tubeline async from the thread that started the tubeline. |
void |
Fiber.CompletionCallback.onCompletion(Packet response)
Indicates that the fiber has finished its execution. |
Packet |
Pipe.process(Packet request)
Deprecated. Sends a Packet and returns a response Packet to it. |
NextAction |
Tube.processRequest(Packet request)
Acts on a request and perform some protocol specific operation. |
NextAction |
Tube.processResponse(Packet response)
Acts on a response and performs some protocol specific operation. |
void |
Fiber.resume(Packet resumePacket)
Wakes up a suspended fiber. |
void |
Fiber.resume(Packet resumePacket,
boolean forceSync)
Similar to resume(Packet) but allowing the Fiber to be resumed synchronously (in the current Thread). |
void |
Fiber.resume(Packet resumePacket,
boolean forceSync,
Fiber.CompletionCallback callback)
Similar to resume(Packet, boolean) but allowing the Fiber to be resumed and at the same time atomically assign a new CompletionCallback to it. |
void |
Fiber.resume(java.lang.Throwable throwable,
Packet packet)
Wakes up a suspended fiber with an exception. |
void |
Fiber.resume(java.lang.Throwable error,
Packet packet,
boolean forceSync)
Wakes up a suspend fiber with an exception. |
void |
Fiber.resumeAndReturn(Packet resumePacket,
boolean forceSync)
Wakes up a suspended fiber and begins response processing. |
void |
NextAction.returnWith(Packet response)
Indicates that the next action is to flip the processing direction and starts response processing. |
Packet |
Fiber.runSync(Tube tubeline,
Packet request)
Runs a given Tube (and everything thereafter) synchronously. |
void |
ThrowableContainerPropertySet.setResponsePacket(Packet responsePacket)
|
void |
Fiber.start(Tube tubeline,
Packet request,
Fiber.CompletionCallback completionCallback)
Starts the execution of this fiber asynchronously. |
void |
Fiber.start(Tube tubeline,
Packet request,
Fiber.CompletionCallback completionCallback,
boolean forceSync)
Starts the execution of this fiber. |
void |
NextAction.throwException(Packet response,
java.lang.Throwable t)
Indicates that the next action is to flip the processing direction and starts exception processing, but with the indicated context. |
| Uses of Packet in com.sun.xml.ws.api.pipe.helper |
|---|
| Methods in com.sun.xml.ws.api.pipe.helper that return Packet | |
|---|---|
Packet |
AbstractTubeImpl.process(Packet p)
"Dual stack" compatibility mechanism. |
Packet |
AbstractFilterPipeImpl.process(Packet packet)
|
| Methods in com.sun.xml.ws.api.pipe.helper with parameters of type Packet | |
|---|---|
protected NextAction |
AbstractTubeImpl.doInvoke(Tube next,
Packet packet)
|
protected NextAction |
AbstractTubeImpl.doInvokeAndForget(Tube next,
Packet packet)
|
protected NextAction |
AbstractTubeImpl.doReturnWith(Packet response)
|
protected NextAction |
AbstractTubeImpl.doThrow(Packet response,
java.lang.Throwable t)
|
Packet |
AbstractTubeImpl.process(Packet p)
"Dual stack" compatibility mechanism. |
Packet |
AbstractFilterPipeImpl.process(Packet packet)
|
NextAction |
PipeAdapter.processRequest(Packet p)
Uses the current fiber and runs the whole pipe to the completion (meaning everything from now on will run synchronously.) |
NextAction |
AbstractFilterTubeImpl.processRequest(Packet request)
Default no-op implementation. |
NextAction |
PipeAdapter.processResponse(Packet p)
|
NextAction |
AbstractFilterTubeImpl.processResponse(Packet response)
Default no-op implementation. |
| Uses of Packet in com.sun.xml.ws.api.server |
|---|
| Methods in com.sun.xml.ws.api.server that return Packet | |
|---|---|
abstract Packet |
WSEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tc,
Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
This is used by WsaServerTube and WSEndpointImpl to create a Packet with SOAPFault message from a Java exception. |
protected Packet |
AbstractServerAsyncTransport.decodePacket(T connection,
Codec codec)
decodes the transport data to Packet |
Packet |
WSWebServiceContext.getRequestPacket()
Obtains the request packet that is being processed. |
Packet |
WSEndpoint.PipeHead.process(Packet request,
WebServiceContextDelegate wscd,
TransportBackChannel tbc)
Processes a request and produces a reply. |
| Methods in com.sun.xml.ws.api.server with parameters of type Packet | ||
|---|---|---|
abstract Packet |
WSEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tc,
Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
This is used by WsaServerTube and WSEndpointImpl to create a Packet with SOAPFault message from a Java exception. |
|
protected abstract void |
AbstractServerAsyncTransport.encodePacket(T connection,
Packet packet,
Codec codec)
Encodes the Packet to infoset and writes on the connection. |
|
java.lang.String |
WebServiceContextDelegate.getEPRAddress(Packet request,
WSEndpoint endpoint)
Gets the address of the endpoint. |
|
java.security.Principal |
WebServiceContextDelegate.getUserPrincipal(Packet request)
Implements WebServiceContext.getUserPrincipal()
for the given packet. |
|
java.lang.String |
WebServiceContextDelegate.getWSDLAddress(Packet request,
WSEndpoint endpoint)
Gets the address of the primary WSDL. |
|
|
Invoker.invokeAsyncProvider(Packet p,
T arg,
AsyncProviderCallback cbak,
javax.xml.ws.WebServiceContext ctxt)
Invokes AsyncProvider.invoke(Object, AsyncProviderCallback, WebServiceContext) |
|
|
Invoker.invokeProvider(Packet p,
T arg)
Invokes Provider.invoke(Object) |
|
boolean |
WebServiceContextDelegate.isUserInRole(Packet request,
java.lang.String role)
Implements WebServiceContext.isUserInRole(String)
for the given packet. |
|
void |
WSEndpoint.CompletionCallback.onCompletion(Packet response)
Indicates that the jax-ws runtime has finished execution of a request submitted via schedule(). |
|
void |
InstanceResolver.postInvoke(Packet request,
T servant)
Called by the default Invoker after the method call is done. |
|
Packet |
WSEndpoint.PipeHead.process(Packet request,
WebServiceContextDelegate wscd,
TransportBackChannel tbc)
Processes a request and produces a reply. |
|
void |
WSEndpoint.process(Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
|
|
abstract T |
InstanceResolver.resolve(Packet request)
Decides which instance of 'T' serves the given request message. |
|
void |
WSEndpoint.schedule(Packet request,
WSEndpoint.CompletionCallback callback)
This method takes a Packet that represents
a request, run it through a Tubeline, eventually
pass it to the user implementation code, which produces
a reply, then run that through the tubeline again,
and eventually return it as a return value through WSEndpoint.CompletionCallback. |
|
abstract void |
WSEndpoint.schedule(Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
Schedule invocation of web service asynchronously. |
|
| Uses of Packet in com.sun.xml.ws.client |
|---|
| Methods in com.sun.xml.ws.client that return Packet | |
|---|---|
protected Packet |
Stub.process(Packet packet,
RequestContext requestContext,
ResponseContextReceiver receiver)
Passes a message to a pipe for processing. |
| Methods in com.sun.xml.ws.client with parameters of type Packet | |
|---|---|
void |
RequestContext.fill(Packet packet,
boolean isAddressingEnabled)
Fill a Packet with values of this RequestContext. |
protected Packet |
Stub.process(Packet packet,
RequestContext requestContext,
ResponseContextReceiver receiver)
Passes a message to a pipe for processing. |
protected void |
Stub.processAsync(AsyncResponseImpl<?> receiver,
Packet request,
RequestContext requestContext,
Fiber.CompletionCallback completionCallback)
Passes a message through a Tubeline for processing. |
NextAction |
ClientSchemaValidationTube.processRequest(Packet request)
|
NextAction |
ClientSchemaValidationTube.processResponse(Packet response)
|
| Constructors in com.sun.xml.ws.client with parameters of type Packet | |
|---|---|
ResponseContext(Packet packet)
|
|
| Uses of Packet in com.sun.xml.ws.client.sei |
|---|
| Methods in com.sun.xml.ws.client.sei that return Packet | |
|---|---|
Packet |
StubHandler.createRequestPacket(com.oracle.webservices.api.databinding.JavaCallInfo args)
Creates a request JAXBMessage from method arguments. |
Packet |
SEIStub.doProcess(Packet request,
RequestContext rc,
ResponseContextReceiver receiver)
|
| Methods in com.sun.xml.ws.client.sei with parameters of type Packet | |
|---|---|
Packet |
SEIStub.doProcess(Packet request,
RequestContext rc,
ResponseContextReceiver receiver)
|
void |
SEIStub.doProcessAsync(AsyncResponseImpl<?> receiver,
Packet request,
RequestContext rc,
Fiber.CompletionCallback callback)
|
com.oracle.webservices.api.databinding.JavaCallInfo |
StubHandler.readResponse(Packet p,
com.oracle.webservices.api.databinding.JavaCallInfo call)
|
| Uses of Packet in com.sun.xml.ws.commons.xmlutil |
|---|
| Methods in com.sun.xml.ws.commons.xmlutil with parameters of type Packet | |
|---|---|
static java.lang.String |
Converter.toString(Packet packet)
|
static java.lang.String |
Converter.toStringNoIndent(Packet packet)
|
| Uses of Packet in com.sun.xml.ws.db |
|---|
| Methods in com.sun.xml.ws.db that return Packet | |
|---|---|
Packet |
DatabindingImpl.serializeRequest(com.oracle.webservices.api.databinding.JavaCallInfo call)
|
Packet |
DatabindingImpl.serializeResponse(com.oracle.webservices.api.databinding.JavaCallInfo call)
|
| Methods in com.sun.xml.ws.db with parameters of type Packet | |
|---|---|
void |
DatabindingImpl.decode(java.io.InputStream in,
java.lang.String ct,
Packet p)
|
com.oracle.webservices.api.databinding.JavaCallInfo |
DatabindingImpl.deserializeRequest(Packet req)
|
com.oracle.webservices.api.databinding.JavaCallInfo |
DatabindingImpl.deserializeResponse(Packet res,
com.oracle.webservices.api.databinding.JavaCallInfo call)
|
ContentType |
DatabindingImpl.encode(Packet packet,
java.io.OutputStream out)
|
EndpointCallBridge |
DatabindingImpl.getEndpointBridge(Packet req)
|
| Uses of Packet in com.sun.xml.ws.developer |
|---|
| Fields in com.sun.xml.ws.developer declared as Packet | |
|---|---|
protected Packet |
ValidationErrorHandler.packet
|
| Methods in com.sun.xml.ws.developer with parameters of type Packet | ||
|---|---|---|
|
StatefulWebServiceManager.export(java.lang.Class<EPR> eprType,
Packet currentRequest,
T o)
Exports an object. |
|
|
StatefulWebServiceManager.export(java.lang.Class<EPR> eprType,
Packet currentRequest,
T o,
EPRRecipe recipe)
The same as StatefulWebServiceManager.export(Class, Packet, Object) except
that it takes EPRRecipe. |
|
void |
ValidationErrorHandler.setPacket(Packet packet)
Use it to communicate validation errors with the application. |
|
| Uses of Packet in com.sun.xml.ws.dump |
|---|
| Methods in com.sun.xml.ws.dump with parameters of type Packet | |
|---|---|
NextAction |
LoggingDumpTube.processRequest(Packet request)
|
NextAction |
LoggingDumpTube.processResponse(Packet response)
|
| Uses of Packet in com.sun.xml.ws.encoding |
|---|
| Methods in com.sun.xml.ws.encoding with parameters of type Packet | |
|---|---|
void |
XMLHTTPBindingCodec.decode(java.io.InputStream in,
java.lang.String contentType,
Packet packet)
|
void |
StreamSOAPCodec.decode(java.io.InputStream in,
java.lang.String contentType,
Packet packet)
|
void |
SOAPBindingCodec.decode(java.io.InputStream in,
java.lang.String contentType,
Packet packet)
|
void |
StreamSOAPCodec.decode(java.io.InputStream in,
java.lang.String contentType,
Packet packet,
AttachmentSet att)
|
void |
RootOnlyCodec.decode(java.io.InputStream in,
java.lang.String contentType,
Packet packet,
AttachmentSet att)
Reads root part bytes from InputStream and constructs a Message
along with the given attachments. |
protected void |
XMLHTTPBindingCodec.decode(MimeMultipartParser mpp,
Packet packet)
|
protected void |
SwACodec.decode(MimeMultipartParser mpp,
Packet packet)
|
protected void |
SOAPBindingCodec.decode(MimeMultipartParser mpp,
Packet packet)
|
protected void |
MtomCodec.decode(MimeMultipartParser mpp,
Packet packet)
|
void |
StreamSOAPCodec.decode(java.nio.channels.ReadableByteChannel in,
java.lang.String contentType,
Packet packet)
|
void |
SOAPBindingCodec.decode(java.nio.channels.ReadableByteChannel in,
java.lang.String contentType,
Packet packet)
|
void |
StreamSOAPCodec.decode(java.nio.channels.ReadableByteChannel in,
java.lang.String contentType,
Packet response,
AttachmentSet att)
|
void |
RootOnlyCodec.decode(java.nio.channels.ReadableByteChannel in,
java.lang.String contentType,
Packet packet,
AttachmentSet att)
|
static java.lang.String |
MtomCodec.determinePacketEncoding(Packet packet)
|
ContentType |
XMLHTTPBindingCodec.encode(Packet packet,
java.io.OutputStream out)
|
ContentType |
StreamSOAPCodec.encode(Packet packet,
java.io.OutputStream out)
|
ContentType |
SOAPBindingCodec.encode(Packet packet,
java.io.OutputStream out)
|
ContentType |
MtomCodec.encode(Packet packet,
java.io.OutputStream out)
|
ContentType |
XMLHTTPBindingCodec.encode(Packet packet,
java.nio.channels.WritableByteChannel buffer)
|
ContentType |
SwACodec.encode(Packet packet,
java.nio.channels.WritableByteChannel buffer)
|
ContentType |
StreamSOAPCodec.encode(Packet packet,
java.nio.channels.WritableByteChannel buffer)
|
ContentType |
SOAPBindingCodec.encode(Packet packet,
java.nio.channels.WritableByteChannel buffer)
|
ContentType |
MtomCodec.encode(Packet packet,
java.nio.channels.WritableByteChannel buffer)
|
static java.lang.String |
MtomCodec.getActionParameter(Packet packet,
SOAPVersion version)
|
protected abstract ContentType |
StreamSOAPCodec.getContentType(Packet packet)
|
protected ContentTypeImpl.Builder |
StreamSOAPCodec.getContenTypeBuilder(Packet packet)
|
protected Codec |
XMLHTTPBindingCodec.getMimeRootCodec(Packet p)
|
ContentType |
XMLHTTPBindingCodec.getStaticContentType(Packet packet)
|
ContentType |
StreamSOAPCodec.getStaticContentType(Packet packet)
|
ContentType |
SOAPBindingCodec.getStaticContentType(Packet packet)
|
ContentType |
MtomCodec.getStaticContentType(Packet packet)
Return the soap 1.1 and soap 1.2 specific XOP packaged ContentType |
static ContentType |
MtomCodec.getStaticContentTypeStatic(Packet packet,
SOAPVersion version)
|
| Uses of Packet in com.sun.xml.ws.encoding.fastinfoset |
|---|
| Methods in com.sun.xml.ws.encoding.fastinfoset with parameters of type Packet | |
|---|---|
void |
FastInfosetStreamSOAPCodec.decode(java.io.InputStream in,
java.lang.String contentType,
Packet response)
|
void |
FastInfosetCodec.decode(java.io.InputStream in,
java.lang.String contentType,
Packet packet)
|
void |
FastInfosetStreamSOAPCodec.decode(java.nio.channels.ReadableByteChannel in,
java.lang.String contentType,
Packet response)
|
void |
FastInfosetCodec.decode(java.nio.channels.ReadableByteChannel in,
java.lang.String contentType,
Packet response)
|
ContentType |
FastInfosetStreamSOAPCodec.encode(Packet packet,
java.io.OutputStream out)
|
ContentType |
FastInfosetCodec.encode(Packet packet,
java.io.OutputStream out)
|
ContentType |
FastInfosetStreamSOAPCodec.encode(Packet packet,
java.nio.channels.WritableByteChannel buffer)
|
ContentType |
FastInfosetCodec.encode(Packet packet,
java.nio.channels.WritableByteChannel buffer)
|
ContentType |
FastInfosetStreamSOAPCodec.getStaticContentType(Packet packet)
|
ContentType |
FastInfosetCodec.getStaticContentType(Packet packet)
|
| Uses of Packet in com.sun.xml.ws.encoding.xml |
|---|
| Methods in com.sun.xml.ws.encoding.xml with parameters of type Packet | |
|---|---|
void |
XMLCodec.decode(java.io.InputStream in,
java.lang.String contentType,
Packet packet)
|
void |
XMLCodec.decode(java.nio.channels.ReadableByteChannel in,
java.lang.String contentType,
Packet packet)
|
ContentType |
XMLCodec.encode(Packet packet,
java.io.OutputStream out)
|
ContentType |
XMLCodec.encode(Packet packet,
java.nio.channels.WritableByteChannel buffer)
|
ContentType |
XMLCodec.getStaticContentType(Packet packet)
|
javax.xml.soap.SOAPMessage |
XMLMessage.XMLMultiPart.readAsSOAPMessage(Packet packet,
boolean inbound)
|
| Uses of Packet in com.sun.xml.ws.handler |
|---|
| Methods in com.sun.xml.ws.handler with parameters of type Packet | |
|---|---|
NextAction |
HandlerTube.processRequest(Packet request)
|
NextAction |
HandlerTube.processResponse(Packet response)
|
| Constructors in com.sun.xml.ws.handler with parameters of type Packet | |
|---|---|
MessageHandlerContextImpl(SEIModel seiModel,
WSBinding binding,
WSDLPort wsdlModel,
Packet packet,
java.util.Set<java.lang.String> roles)
|
|
MessageUpdatableContext(Packet packet)
Creates a new instance of MessageUpdatableContext |
|
SOAPMessageContextImpl(WSBinding binding,
Packet packet,
java.util.Set<java.lang.String> roles)
|
|
| Uses of Packet in com.sun.xml.ws.message |
|---|
| Methods in com.sun.xml.ws.message with parameters of type Packet | |
|---|---|
javax.xml.soap.SOAPMessage |
AbstractMessageImpl.readAsSOAPMessage(Packet packet,
boolean inbound)
|
Message |
AbstractMessageImpl.toSAAJ(Packet p,
java.lang.Boolean inbound)
|
| Uses of Packet in com.sun.xml.ws.message.source |
|---|
| Methods in com.sun.xml.ws.message.source with parameters of type Packet | |
|---|---|
javax.xml.soap.SOAPMessage |
ProtocolSourceMessage.readAsSOAPMessage(Packet packet,
boolean inbound)
|
| Uses of Packet in com.sun.xml.ws.protocol.soap |
|---|
| Methods in com.sun.xml.ws.protocol.soap with parameters of type Packet | |
|---|---|
NextAction |
ServerMUTube.processRequest(Packet request)
Do MU Header Processing on incoming message (request) |
NextAction |
ClientMUTube.processResponse(Packet response)
Do MU Header Processing on incoming message (response) |
| Uses of Packet in com.sun.xml.ws.server |
|---|
| Methods in com.sun.xml.ws.server that return Packet | |
|---|---|
Packet |
WSEndpointMOMProxy.createServiceResponseForException(ThrowableContainerPropertySet tc,
Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
Packet |
WSEndpointImpl.createServiceResponseForException(ThrowableContainerPropertySet tc,
Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
static Packet |
InvokerTube.getCurrentPacket()
This method can be called while the user service is servicing the request synchronously, to obtain the current request packet. |
| Methods in com.sun.xml.ws.server with parameters of type Packet | ||
|---|---|---|
Packet |
WSEndpointMOMProxy.createServiceResponseForException(ThrowableContainerPropertySet tc,
Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
|
Packet |
WSEndpointImpl.createServiceResponseForException(ThrowableContainerPropertySet tc,
Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
|
|
StatefulInstanceResolver.export(java.lang.Class<EPR> adrsVer,
Packet currentRequest,
T o)
|
|
|
StatefulInstanceResolver.export(java.lang.Class<EPR> adrsVer,
Packet currentRequest,
T o,
EPRRecipe recipe)
|
|
Invoker |
InvokerTube.getInvoker(Packet request)
Returns the Invoker object that serves the request. |
|
void |
StatefulInstanceResolver.postInvoke(Packet request,
T servant)
|
|
void |
WSEndpointImpl.process(Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
|
|
NextAction |
ServerSchemaValidationTube.processRequest(Packet request)
|
|
NextAction |
ServerSchemaValidationTube.processResponse(Packet response)
|
|
T |
StatefulInstanceResolver.resolve(Packet request)
|
|
T |
SingletonResolver.resolve(Packet request)
|
|
void |
WSEndpointMOMProxy.schedule(Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
|
|
void |
WSEndpointImpl.schedule(Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
|
|
| Constructors in com.sun.xml.ws.server with parameters of type Packet | |
|---|---|
EndpointMessageContextImpl(Packet packet)
|
|
| Uses of Packet in com.sun.xml.ws.server.provider |
|---|
| Methods in com.sun.xml.ws.server.provider that return Packet | |
|---|---|
Packet |
AsyncProviderInvokerTube.AsyncWebServiceContext.getRequestPacket()
|
protected Packet |
ProviderArgumentsBuilder.getResponse(Packet request,
java.lang.Exception e,
WSDLPort port,
WSBinding binding)
Creates Message from method invocation's return value |
protected Packet |
ProviderArgumentsBuilder.getResponse(Packet request,
T returnValue,
WSDLPort port,
WSBinding binding)
Creates Packet from method invocation's return value |
| Methods in com.sun.xml.ws.server.provider with parameters of type Packet | |
|---|---|
abstract T |
ProviderArgumentsBuilder.getParameter(Packet packet)
Binds Message to method invocation parameter |
protected Packet |
ProviderArgumentsBuilder.getResponse(Packet request,
java.lang.Exception e,
WSDLPort port,
WSBinding binding)
Creates Message from method invocation's return value |
protected Packet |
ProviderArgumentsBuilder.getResponse(Packet request,
T returnValue,
WSDLPort port,
WSBinding binding)
Creates Packet from method invocation's return value |
void |
AsyncProviderInvokerTube.FiberResumer.onResume(Packet response)
|
NextAction |
SyncProviderInvokerTube.processRequest(Packet request)
|
NextAction |
AsyncProviderInvokerTube.processRequest(Packet request)
|
NextAction |
SyncProviderInvokerTube.processResponse(Packet response)
|
NextAction |
AsyncProviderInvokerTube.processResponse(Packet response)
|
| Constructors in com.sun.xml.ws.server.provider with parameters of type Packet | |
|---|---|
AsyncProviderInvokerTube.AsyncProviderCallbackImpl(Packet request,
com.sun.xml.ws.server.provider.AsyncProviderInvokerTube.Resumer resumer)
|
|
AsyncProviderInvokerTube.AsyncWebServiceContext(WSEndpoint endpoint,
Packet packet)
|
|
| Uses of Packet in com.sun.xml.ws.server.sei |
|---|
| Methods in com.sun.xml.ws.server.sei that return Packet | |
|---|---|
Packet |
TieHandler.serializeResponse(com.oracle.webservices.api.databinding.JavaCallInfo call)
|
| Methods in com.sun.xml.ws.server.sei with parameters of type Packet | |
|---|---|
com.oracle.webservices.api.databinding.JavaCallInfo |
TieHandler.deserializeRequest(Packet req)
|
T |
InvokerTube.getInvoker(Packet request)
Returns the Invoker object that serves the request. |
T |
InvokerSource.getInvoker(Packet request)
Returns Invoker for the given request |
abstract java.lang.Object |
Invoker.invoke(Packet p,
java.lang.reflect.Method m,
java.lang.Object... args)
Wrapper for reflection invoke that allows containers to adapt |
NextAction |
SEIInvokerTube.processRequest(Packet req)
This binds the parameters for SEI endpoints and invokes the endpoint method. |
NextAction |
SEIInvokerTube.processResponse(Packet response)
|
| Uses of Packet in com.sun.xml.ws.server.servlet |
|---|
| Methods in com.sun.xml.ws.server.servlet with parameters of type Packet | |
|---|---|
T |
HttpSessionInstanceResolver.resolve(Packet request)
|
| Uses of Packet in com.sun.xml.ws.transport |
|---|
| Methods in com.sun.xml.ws.transport with parameters of type Packet | |
|---|---|
NextAction |
DeferredTransportPipe.processRequest(Packet request)
|
NextAction |
DeferredTransportPipe.processResponse(Packet response)
|
| Uses of Packet in com.sun.xml.ws.transport.http |
|---|
| Methods in com.sun.xml.ws.transport.http with parameters of type Packet | |
|---|---|
protected void |
HttpAdapter.addSatellites(Packet packet)
|
protected void |
HttpAdapter.writeClientError(int connStatus,
java.io.OutputStream os,
Packet packet)
This method is added for the case of the sub-class wants to override the method to print details. |
| Uses of Packet in com.sun.xml.ws.transport.http.client |
|---|
| Methods in com.sun.xml.ws.transport.http.client that return Packet | |
|---|---|
Packet |
HttpTransportPipe.process(Packet request)
|
| Methods in com.sun.xml.ws.transport.http.client with parameters of type Packet | |
|---|---|
protected HttpClientTransport |
HttpTransportPipe.getTransport(Packet request,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> reqHeaders)
|
protected java.net.HttpURLConnection |
HttpClientTransport.openConnection(Packet packet)
|
Packet |
HttpTransportPipe.process(Packet request)
|
NextAction |
HttpTransportPipe.processRequest(Packet request)
|
NextAction |
HttpTransportPipe.processResponse(Packet response)
|
| Constructors in com.sun.xml.ws.transport.http.client with parameters of type Packet | |
|---|---|
HttpClientTransport(Packet packet,
java.util.Map<java.lang.String,java.util.List<java.lang.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 | |
|---|---|
java.lang.String |
ServletConnectionImpl.getEPRAddress(Packet p,
WSEndpoint endpoint)
|
java.security.Principal |
ServletConnectionImpl.getUserPrincipal(Packet p)
|
java.lang.String |
ServletConnectionImpl.getWSDLAddress(Packet request,
WSEndpoint endpoint)
|
boolean |
ServletConnectionImpl.isUserInRole(Packet p,
java.lang.String role)
|
| Uses of Packet in com.sun.xml.ws.util.pipe |
|---|
| Methods in com.sun.xml.ws.util.pipe with parameters of type Packet | |
|---|---|
protected void |
AbstractSchemaValidationTube.doProcess(Packet packet)
|
protected void |
DumpTube.dump(java.lang.String header,
Packet packet)
|
NextAction |
DumpTube.processRequest(Packet request)
|
NextAction |
DumpTube.processResponse(Packet response)
|
| Uses of Packet in com.sun.xml.ws.wsdl |
|---|
| Methods in com.sun.xml.ws.wsdl with parameters of type Packet | |
|---|---|
WSDLOperationMapping |
WSDLOperationFinder.getWSDLOperationMapping(Packet request)
|
WSDLOperationMapping |
OperationDispatcher.getWSDLOperationMapping(Packet request)
|
javax.xml.namespace.QName |
WSDLOperationFinder.getWSDLOperationQName(Packet request)
Deprecated. use getWSDLOperationMapping(Packet request) |
javax.xml.namespace.QName |
OperationDispatcher.getWSDLOperationQName(Packet request)
Deprecated. use getWSDLOperationMapping(Packet request) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||