public interface CommonBinding
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
bindFaultMessage(Exception ex)
bind an exception to a fault message
|
SOAPMessage |
bindRequestMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the client side, generate the Object from IN parameters.
|
SOAPMessage |
bindResponseMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the server side, generate the Object from OUT parameters in the Invocation object.
|
void |
setHeaderSource(HeaderSource source) |
EndpointInvocation |
unbindRequestMessage(OperationMetaData opMetaData,
SOAPMessage reqMessage)
On the server side, extract the IN parameters from the Object and populate an Invocation object
|
void |
unbindResponseMessage(OperationMetaData opMetaData,
SOAPMessage resMessage,
EndpointInvocation epInv)
On the client side, extract the OUT parameters from the Object and return them to the client.
|
SOAPMessage bindRequestMessage(OperationMetaData opMetaData, EndpointInvocation epInv) throws BindingException
BindingException
EndpointInvocation unbindRequestMessage(OperationMetaData opMetaData, SOAPMessage reqMessage) throws BindingException
BindingException
SOAPMessage bindResponseMessage(OperationMetaData opMetaData, EndpointInvocation epInv) throws BindingException
BindingException
void unbindResponseMessage(OperationMetaData opMetaData, SOAPMessage resMessage, EndpointInvocation epInv) throws BindingException
BindingException
SOAPMessage bindFaultMessage(Exception ex)
void setHeaderSource(HeaderSource source)
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.