org.apache.synapse.config.xml.endpoints.utils
Class WSDL11EndpointBuilder

java.lang.Object
  extended by 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
WSDL11EndpointBuilder()
           
 
Method Summary
 EndpointDefinition populateEndpointDefinitionFromWSDL(EndpointDefinition endpointDefinition, String baseUri, OMElement wsdl, String service, String port)
          Creates an EndpointDefinition for WSDL endpoint from an inline WSDL supplied in the WSDL endpoint configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDL11EndpointBuilder

public WSDL11EndpointBuilder()
Method Detail

populateEndpointDefinitionFromWSDL

public EndpointDefinition populateEndpointDefinitionFromWSDL(EndpointDefinition endpointDefinition,
                                                             String baseUri,
                                                             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 populate
baseUri - base uri of the wsdl
wsdl - OMElement representing the inline WSDL
service - Service of the endpoint
port - Port of the endpoint
Returns:
EndpointDefinition containing the information retrieved from the WSDL


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.