public class WSDL11EndpointBuilder extends Object
Constructor and Description |
---|
WSDL11EndpointBuilder() |
Modifier and Type | Method and Description |
---|---|
EndpointDefinition |
populateEndpointDefinitionFromWSDL(EndpointDefinition endpointDefinition,
String baseUri,
org.apache.axiom.om.OMElement wsdl,
String service,
String port)
Creates an EndpointDefinition for WSDL endpoint from an inline WSDL supplied in the WSDL
endpoint configuration.
|
public EndpointDefinition populateEndpointDefinitionFromWSDL(EndpointDefinition endpointDefinition, String baseUri, org.apache.axiom.om.OMElement wsdl, String service, String port)
endpointDefinition
- the endpoint definition to populatebaseUri
- base uri of the wsdlwsdl
- OMElement representing the inline WSDLservice
- Service of the endpointport
- Port of the endpointCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.