public class WSDL11EndpointBuilder
extends java.lang.Object
Constructor and Description |
---|
WSDL11EndpointBuilder() |
Modifier and Type | Method and Description |
---|---|
EndpointDefinition |
populateEndpointDefinitionFromWSDL(EndpointDefinition endpointDefinition,
java.lang.String baseUri,
org.apache.axiom.om.OMElement wsdl,
java.lang.String service,
java.lang.String port)
Creates an EndpointDefinition for WSDL endpoint from an inline WSDL supplied in the WSDL
endpoint configuration.
|
public EndpointDefinition populateEndpointDefinitionFromWSDL(EndpointDefinition endpointDefinition, java.lang.String baseUri, org.apache.axiom.om.OMElement wsdl, java.lang.String service, java.lang.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-2022 Apache Software Foundation. All Rights Reserved.