|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.db.DatabindingImpl
public final class DatabindingImpl
WsRuntimeImpl is the databinding processor built on SEIModel
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.oracle.webservices.api.databinding.Databinding |
|---|
Databinding.Builder |
| Constructor Summary | |
|---|---|
DatabindingImpl(DatabindingProviderImpl p,
DatabindingConfig config)
|
|
| Method Summary | |
|---|---|
JavaCallInfo |
createJavaCallInfo(Method method,
Object[] args)
Creates a new instance of a JavaCallInfo. |
void |
decode(InputStream in,
String ct,
Packet p)
|
JavaCallInfo |
deserializeRequest(MessageContext message)
Deserializes a request XML(SOAP) message to a JavaCallInfo instance representing a JAVA method call. |
JavaCallInfo |
deserializeRequest(Packet req)
|
JavaCallInfo |
deserializeResponse(MessageContext message,
JavaCallInfo call)
Deserializes a response XML(SOAP) message to a JavaCallInfo instance representing the return value or exception of a JAVA method call. |
JavaCallInfo |
deserializeResponse(Packet res,
JavaCallInfo call)
|
ContentType |
encode(Packet packet,
OutputStream out)
|
void |
freeze(WSDLPort port)
|
void |
generateWSDL(WSDLGenInfo info)
Gets the WebServiceFeatures of this webservice endpoint. |
ClientCallBridge |
getClientBridge(Method method)
|
EndpointCallBridge |
getEndpointBridge(Packet req)
Deserializes a request XML(SOAP) message to a JavaCallInfo instance representing a JAVA method call. |
WebServiceFeature[] |
getFeatures()
|
MessageContextFactory |
getMessageContextFactory()
|
SEIModel |
getModel()
|
Packet |
serializeRequest(JavaCallInfo call)
Serializes a JavaCallInfo instance representing a JAVA method call to a request XML(SOAP) message. |
Packet |
serializeResponse(JavaCallInfo call)
Serializes a JavaCallInfo instance representing the return value or exception of a JAVA method call to a response XML(SOAP) message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatabindingImpl(DatabindingProviderImpl p,
DatabindingConfig config)
| Method Detail |
|---|
public void freeze(WSDLPort port)
public SEIModel getModel()
public JavaCallInfo deserializeRequest(Packet req)
public JavaCallInfo deserializeResponse(Packet res,
JavaCallInfo call)
public WebServiceFeature[] getFeatures()
public Packet serializeRequest(JavaCallInfo call)
Databinding
serializeRequest in interface Databindingcall - The JavaCallInfo representing a method call
public Packet serializeResponse(JavaCallInfo call)
Databinding
serializeResponse in interface Databindingcall - The JavaCallInfo representing the return value or exception
of a JAVA method call
public ClientCallBridge getClientBridge(Method method)
public void generateWSDL(WSDLGenInfo info)
Databinding
public EndpointCallBridge getEndpointBridge(Packet req)
throws DispatchException
Databinding
req - the request message
DispatchException
public ContentType encode(Packet packet,
OutputStream out)
throws IOException
IOException
public void decode(InputStream in,
String ct,
Packet p)
throws IOException
IOException
public JavaCallInfo createJavaCallInfo(Method method,
Object[] args)
DatabindingJavaCallInfo.
createJavaCallInfo in interface Databindingmethod - The JAVA methodargs - The parameter objects
JavaCallInfo
public JavaCallInfo deserializeResponse(MessageContext message,
JavaCallInfo call)
Databinding
deserializeResponse in interface Databindingmessage - The response messagecall - The JavaCallInfo instance to be updated
public JavaCallInfo deserializeRequest(MessageContext message)
Databinding
deserializeRequest in interface Databindingmessage - The request message
public MessageContextFactory getMessageContextFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||