|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.description.WSDLToAxisServiceBuilder
org.apache.axis2.description.WSDL20ToAxisServiceBuilder
org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder
public class WSDL20ToAllAxisServicesBuilder
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 Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
|
Fields inherited from class org.apache.axis2.description.WSDL20ToAxisServiceBuilder |
---|
description, interfaceName |
Constructor Summary | |
---|---|
WSDL20ToAllAxisServicesBuilder(java.io.InputStream in)
Class constructor. |
|
WSDL20ToAllAxisServicesBuilder(java.lang.String wsdlUri,
java.lang.String endpointName)
|
Method Summary | |
---|---|
java.util.List<AxisService> |
populateAllServices()
Public method to access the wsdl 2.0 file and create a List of AxisService objects. |
Methods inherited from class org.apache.axis2.description.WSDL20ToAxisServiceBuilder |
---|
isAllPorts, populateService, setAllPorts, setCustomWSDLResolver, setup |
Methods inherited from class org.apache.axis2.description.WSDLToAxisServiceBuilder |
---|
createHttpLocationTable, findSchemaPrefix, getBaseUri, getDOMDocumentBuilder, getServiceName, getTemporaryNamespacePrefix, getXMLSchema, isCodegen, isServerSide, replace, setBaseUri, setCodegen, setCustomResolver, setPolicyRegistryFromService, setServerSide, setServiceName, stackToString, stackToString, useAxisConfiguration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final org.apache.commons.logging.Log log
Constructor Detail |
---|
public WSDL20ToAllAxisServicesBuilder(java.io.InputStream in)
in
- - Contains the wsdl 2.0 filepublic WSDL20ToAllAxisServicesBuilder(java.lang.String wsdlUri, java.lang.String endpointName) throws org.apache.woden.WSDLException
org.apache.woden.WSDLException
Method Detail |
---|
public java.util.List<AxisService> populateAllServices() throws AxisFault
AxisFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |