Class WSDL11EndpointBuilder
- java.lang.Object
-
- org.apache.synapse.config.xml.endpoints.utils.WSDL11EndpointBuilder
-
public class WSDL11EndpointBuilder extends Object
Builds the EndpointDefinition containing the details for an epr using a WSDL 1.1 document.
-
-
Constructor Summary
Constructors Constructor Description WSDL11EndpointBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
populateEndpointDefinitionFromWSDL
public 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.- Parameters:
endpointDefinition
- the endpoint definition to populatebaseUri
- base uri of the wsdlwsdl
- OMElement representing the inline WSDLservice
- Service of the endpointport
- Port of the endpoint- Returns:
- EndpointDefinition containing the information retrieved from the WSDL
-
-