Package | Description |
---|---|
org.jboss.ws.core | |
org.jboss.ws.core.jaxrpc.client | |
org.jboss.ws.core.server |
Modifier and Type | Method and Description |
---|---|
protected EndpointInvocation |
CommonClient.createEndpointInvocation(OperationMetaData opMetaData) |
EndpointInvocation |
CommonSOAPBinding.unbindRequestMessage(OperationMetaData opMetaData,
SOAPMessage payload)
On the server side, extract the IN parameters from the payload and populate an Invocation object
|
EndpointInvocation |
CommonBinding.unbindRequestMessage(OperationMetaData opMetaData,
SOAPMessage reqMessage)
On the server side, extract the IN parameters from the Object and populate an Invocation object
|
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
CommonSOAPBinding.bindRequestMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the client side, generate the payload from IN parameters.
|
SOAPMessage |
CommonBinding.bindRequestMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the client side, generate the Object from IN parameters.
|
SOAPMessage |
CommonSOAPBinding.bindResponseMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the server side, generate the payload from OUT parameters.
|
SOAPMessage |
CommonBinding.bindResponseMessage(OperationMetaData opMetaData,
EndpointInvocation epInv)
On the server side, generate the Object from OUT parameters in the Invocation object.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected EndpointInvocation |
CallImpl.createEndpointInvocation(OperationMetaData opMetaData) |
Modifier and Type | Method and Description |
---|---|
protected Method |
ServiceEndpointInvoker.getImplMethod(org.jboss.wsf.spi.deployment.Endpoint endpoint,
EndpointInvocation sepInv) |
protected org.jboss.wsf.spi.invocation.Invocation |
ServiceEndpointInvokerEJB21.setupInvocation(org.jboss.wsf.spi.deployment.Endpoint ep,
EndpointInvocation epInv,
org.jboss.wsf.spi.invocation.InvocationContext invContext) |
protected org.jboss.wsf.spi.invocation.Invocation |
ServiceEndpointInvoker.setupInvocation(org.jboss.wsf.spi.deployment.Endpoint ep,
EndpointInvocation epInv,
org.jboss.wsf.spi.invocation.InvocationContext invContext) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.