Modifier and Type | Field and Description |
---|---|
protected EndpointMetaData |
CommonClient.epMetaData |
protected EndpointMetaData |
CommonBindingProvider.epMetaData |
Modifier and Type | Method and Description |
---|---|
EndpointMetaData |
EndpointMetadataProvider.getEndpointMetaData()
Get the endpoint meta data for this stub/dispatch
|
EndpointMetaData |
CommonMessageContext.getEndpointMetaData() |
EndpointMetaData |
CommonClient.getEndpointMetaData() |
Modifier and Type | Method and Description |
---|---|
void |
CommonMessageContext.setEndpointMetaData(EndpointMetaData epMetaData) |
Constructor and Description |
---|
CommonBindingProvider(EndpointMetaData epMetaData) |
CommonClient(EndpointMetaData epMetaData)
Create a call for a known WSDL endpoint.
|
Constructor and Description |
---|
EndpointInfo(EndpointMetaData epMetaData,
String targetAddress,
Map<String,Object> callProps) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceImpl.setupHandlerChain(EndpointMetaData epMetaData) |
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.initEndpointBinding(WSDLBinding wsdlBinding,
EndpointMetaData epMetaData) |
protected void |
MetaDataBuilder.initEndpointBinding(WSDLEndpoint wsdlEndpoint,
EndpointMetaData epMetaData)
Inititialize the endpoint binding
|
protected void |
MetaDataBuilder.initEndpointEncodingStyle(EndpointMetaData epMetaData)
Initialize the endpoint encoding style from the binding operations
|
Modifier and Type | Method and Description |
---|---|
protected void |
JAXRPCMetaDataBuilder.setupOperationsFromWSDL(EndpointMetaData epMetaData,
WSDLEndpoint wsdlEndpoint,
ServiceEndpointInterfaceMapping seiMapping) |
Modifier and Type | Class and Description |
---|---|
class |
ClientEndpointMetaData
Client side endpoint meta data.
|
class |
ServerEndpointMetaData
Client side endpoint meta data.
|
Modifier and Type | Method and Description |
---|---|
EndpointMetaData |
ServiceMetaData.getEndpoint(QName portName) |
EndpointMetaData |
ServiceMetaData.getEndpointByServiceEndpointInterface(String seiName) |
EndpointMetaData |
OperationMetaData.getEndpointMetaData() |
EndpointMetaData |
HandlerMetaData.getEndpointMetaData() |
EndpointMetaData |
EndpointConfigMetaData.getEndpointMetaData() |
EndpointMetaData |
ServiceMetaData.removeEndpoint(QName portName) |
Modifier and Type | Method and Description |
---|---|
List<EndpointMetaData> |
ServiceMetaData.getEndpoints() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceMetaData.addEndpoint(EndpointMetaData epMetaData) |
void |
HandlerMetaData.setEndpointMetaData(EndpointMetaData epMetaData) |
Constructor and Description |
---|
EndpointConfigMetaData(EndpointMetaData parent) |
OperationMetaData(EndpointMetaData epMetaData,
QName qname,
String javaName) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.