Package | Description |
---|---|
com.sun.xml.ws.api.databinding | |
com.sun.xml.ws.db | |
com.sun.xml.ws.server.sei |
Modifier and Type | Method and Description |
---|---|
EndpointCallBridge |
Databinding.getEndpointBridge(Packet soap)
Deserializes a request XML(SOAP) message to a JavaCallInfo instance
representing a JAVA method call.
|
Modifier and Type | Method and Description |
---|---|
EndpointCallBridge |
DatabindingImpl.getEndpointBridge(Packet req) |
Modifier and Type | Class and Description |
---|---|
class |
TieHandler
This class mainly performs the following two tasks:
Takes a Message] that represents a request,
and extracts the arguments (and updates {@link Holder}s.)
Accepts return value and {@link Holder} arguments for a Java method,
and creates {@link JAXBMessage} that represents a response message.
|
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.