Class WSDL20ToAllAxisServicesBuilder


  • public class WSDL20ToAllAxisServicesBuilder
    extends WSDL20ToAxisServiceBuilder
    Extends the WSDL20ToAxisServiceBuilder class to provide functionality to return multiple AxisService objects; one for each endpoint on each service in the WSDL 2.0 file.
    • Field Detail

      • log

        protected static final org.apache.commons.logging.Log log
    • Constructor Detail

      • WSDL20ToAllAxisServicesBuilder

        public WSDL20ToAllAxisServicesBuilder​(InputStream in)
        Class constructor.
        Parameters:
        in - - Contains the wsdl 2.0 file
      • WSDL20ToAllAxisServicesBuilder

        public WSDL20ToAllAxisServicesBuilder​(String wsdlUri,
                                              String endpointName)
                                       throws org.apache.woden.WSDLException
        Throws:
        org.apache.woden.WSDLException
    • Method Detail

      • populateAllServices

        public List<AxisService> populateAllServices()
                                              throws AxisFault
        Public method to access the wsdl 2.0 file and create a List of AxisService objects. For each endpoint on each service in the wsdl, an AxisService object is created and added to the List. The name of the AxisService is changed from the service name to the the following: #. Note that the endpoint name is not unique to a wsdl 2.0 file. Multiple services in the file may have endpoints with the same name. Therefore the name of the AxisService needs to be a combination of service/endpoint name to be unique to the wsdl.
        Returns:
        A List containing one AxisService object for each port in the wsdl file. The name of the AxisService is modified to uniquely represent the service/endpoint pair. The format of the name is "#"
        Throws:
        AxisFault