Modifier and Type | Method and Description |
---|---|
OperationMetaData |
CommonClient.getOperationMetaData()
Get the OperationMetaData for the given operation name
If it does not exist, it will be created
|
OperationMetaData |
EndpointInvocation.getOperationMetaData() |
OperationMetaData |
CommonMessageContext.getOperationMetaData() |
OperationMetaData |
CommonClient.getOperationMetaData(QName opName) |
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
CommonBinding.bindRequestMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the client side, generate the Object from IN parameters.
|
SOAPMessage |
CommonSOAPBinding.bindRequestMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the client side, generate the payload from IN parameters.
|
SOAPMessage |
CommonBinding.bindResponseMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the server side, generate the Object from OUT parameters in the Invocation object.
|
SOAPMessage |
CommonSOAPBinding.bindResponseMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the server side, generate the payload from OUT parameters.
|
void |
CommonSOAPBinding.checkMustUnderstand(OperationMetaData opMetaData) |
protected EndpointInvocation |
CommonClient.createEndpointInvocation(OperationMetaData opMetaData) |
protected SOAPMessage |
CommonSOAP11Binding.createMessage(OperationMetaData opMetaData)
Create the SOAP-1.1 message
|
protected SOAPMessage |
CommonSOAP12Binding.createMessage(OperationMetaData opMetaData)
Create the SOAP-1.1 message
|
protected abstract SOAPMessage |
CommonSOAPBinding.createMessage(OperationMetaData opMetaData)
Create the message
|
void |
CommonMessageContext.setOperationMetaData(OperationMetaData opMetaData) |
abstract void |
CommonSOAPBinding.setSOAPActionHeader(OperationMetaData opMetaData,
SOAPMessage reqMessage)
Override to set the SOAPAction header
|
EndpointInvocation |
CommonBinding.unbindRequestMessage(OperationMetaData opMetaData,
SOAPMessage reqMessage)
On the server side, extract the IN parameters from the Object and populate an Invocation object
|
EndpointInvocation |
CommonSOAPBinding.unbindRequestMessage(OperationMetaData opMetaData,
SOAPMessage payload)
On the server side, extract the IN parameters from the payload and populate an Invocation object
|
void |
CommonBinding.unbindResponseMessage(OperationMetaData opMetaData,
SOAPMessage resMessage,
EndpointInvocation epInv)
On the client side, extract the OUT parameters from the Object and return them to the client.
|
void |
CommonSOAPBinding.unbindResponseMessage(OperationMetaData opMetaData,
SOAPMessage payload,
EndpointInvocation epInv)
On the client side, extract the OUT parameters from the payload and return them to the client.
|
Constructor and Description |
---|
EndpointInvocation(OperationMetaData opMetaData) |
Modifier and Type | Method and Description |
---|---|
void |
SOAP12BindingJAXRPC.setSOAPActionHeader(OperationMetaData opMetaData,
SOAPMessage reqMessage) |
void |
SOAP11BindingJAXRPC.setSOAPActionHeader(OperationMetaData opMetaData,
SOAPMessage reqMessage) |
Modifier and Type | Method and Description |
---|---|
protected EndpointInvocation |
CallImpl.createEndpointInvocation(OperationMetaData opMetaData) |
Modifier and Type | Method and Description |
---|---|
OperationMetaData |
ServiceEndpointInvoker.getOperationMetaData(EndpointMetaData epMetaData,
SOAPMessage soapMsg)
Get the operation meta data for this SOAP message
|
Modifier and Type | Method and Description |
---|---|
OperationMetaData |
SOAPMessageDispatcher.getDispatchDestination(EndpointMetaData epMetaData,
SOAPMessage soapMessage)
Get the operation meta data for a given SOAP message
|
OperationMetaData |
SOAPMessageImpl.getOperationMetaData(EndpointMetaData epMetaData)
Get the operation meta data for this SOAP message
|
Modifier and Type | Method and Description |
---|---|
protected void |
MetaDataBuilder.buildFaultMetaData(OperationMetaData opMetaData,
WSDLInterfaceOperation wsdlOperation) |
Modifier and Type | Method and Description |
---|---|
OperationMetaData |
EndpointMetaData.getOperation(Method method) |
OperationMetaData |
EndpointMetaData.getOperation(QName xmlName) |
OperationMetaData |
ParameterMetaData.getOperationMetaData() |
OperationMetaData |
FaultMetaData.getOperationMetaData() |
Modifier and Type | Method and Description |
---|---|
List<OperationMetaData> |
EndpointMetaData.getOperations() |
Modifier and Type | Method and Description |
---|---|
void |
EndpointMetaData.addOperation(OperationMetaData opMetaData) |
Constructor and Description |
---|
FaultMetaData(OperationMetaData operation,
QName xmlName,
QName xmlType,
String javaTypeName) |
FaultMetaData(OperationMetaData operation,
QName xmlName,
String javaTypeName) |
ParameterMetaData(OperationMetaData opMetaData,
QName xmlName,
QName xmlType,
String javaTypeName) |
ParameterMetaData(OperationMetaData opMetaData,
QName xmlName,
String javaTypeName) |
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.