Class WSDL11EndpointBuilder


  • public class WSDL11EndpointBuilder
    extends Object
    Builds the EndpointDefinition containing the details for an epr using a WSDL 1.1 document.
    • Constructor Detail

      • WSDL11EndpointBuilder

        public WSDL11EndpointBuilder()
    • 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 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