| |
|
| java.lang.Object org.apache.axis2.description.WSDLToAxisServiceBuilder org.apache.axis2.description.WSDL11ToAxisServiceBuilder org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder
WSDL11ToAllAxisServicesBuilder | public class WSDL11ToAllAxisServicesBuilder extends WSDL11ToAxisServiceBuilder (Code) | | Extends the WSDL11ToAxisServiceBuilder class to provide functionality to return
multiple AxisService objects; one for each port on each service in the WSDL 1.1 file.
|
Method Summary | |
public List | populateAllServices() Public method to access the wsdl 1.1 file and create a List of AxisService objects.
For each port on each service in the wsdl, an AxisService object is created and
added to the List. |
WSDL_SERVICE_QNAME | final public static String WSDL_SERVICE_QNAME(Code) | | |
log | final protected static Log log(Code) | | |
WSDL11ToAllAxisServicesBuilder | public WSDL11ToAllAxisServicesBuilder(InputStream in)(Code) | | Class constructor.
Parameters: in - - Contains the wsdl 1.1 file |
WSDL11ToAllAxisServicesBuilder | public WSDL11ToAllAxisServicesBuilder(Definition def)(Code) | | |
WSDL11ToAllAxisServicesBuilder | public WSDL11ToAllAxisServicesBuilder(Definition def, String portName)(Code) | | |
populateAllServices | public List populateAllServices() throws AxisFault(Code) | | Public method to access the wsdl 1.1 file and create a List of AxisService objects.
For each port 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 port name, since port names are unique to the wsdl.
A List containing one AxisService object for each port in the wsdl file.The name of the AxisService is modified from the service name to the port name. throws: AxisFault - |
|
|
|