| java.lang.Object org.apache.axis2.description.WSDLToAxisServiceBuilder org.apache.axis2.description.WSDL11ToAxisServiceBuilder
All known Subclasses: org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder,
Inner Class :public static class WSDLProcessingException extends RuntimeException | |
BINDING_TYPE_HTTP | final public static String BINDING_TYPE_HTTP(Code) | | |
BINDING_TYPE_SOAP | final public static String BINDING_TYPE_SOAP(Code) | | |
DOCUMENT_STYLE | final public static String DOCUMENT_STYLE(Code) | | |
NAMESPACE_DECLARATION_PREFIX | final public static String NAMESPACE_DECLARATION_PREFIX(Code) | | |
TRAGET_NAMESPACE | final public static String TRAGET_NAMESPACE(Code) | | |
WRAPPED_OUTPUTNAME_SUFFIX | final public static String WRAPPED_OUTPUTNAME_SUFFIX(Code) | | |
XML_NAMESPACE_URI | final public static String XML_NAMESPACE_URI(Code) | | |
log | final protected static Log log(Code) | | |
wsdl4jDefinition | protected Definition wsdl4jDefinition(Code) | | |
WSDL11ToAxisServiceBuilder | public WSDL11ToAxisServiceBuilder(InputStream in, QName serviceName, String portName)(Code) | | constructor taking in the service name and the port name
Parameters: in - Parameters: serviceName - Parameters: portName - |
WSDL11ToAxisServiceBuilder | public WSDL11ToAxisServiceBuilder(Definition def, QName serviceName, String portName)(Code) | | Parameters: def - Parameters: serviceName - Parameters: portName - |
WSDL11ToAxisServiceBuilder | public WSDL11ToAxisServiceBuilder(Definition def, QName serviceName, String portName, boolean isAllPorts)(Code) | | Parameters: def - Parameters: serviceName - Parameters: portName - |
WSDL11ToAxisServiceBuilder | public WSDL11ToAxisServiceBuilder(InputStream in, AxisService service)(Code) | | Parameters: in - Parameters: service - |
WSDL11ToAxisServiceBuilder | public WSDL11ToAxisServiceBuilder(InputStream in)(Code) | | Parameters: in - |
isAllPorts | public boolean isAllPorts()(Code) | | |
populateService | public AxisService populateService() throws AxisFault(Code) | | populates a given service This is the only publicly accessible method in
this class
throws: AxisFault - |
setAllPorts | public void setAllPorts(boolean allPorts)(Code) | | |
setCustomWSLD4JResolver | public void setCustomWSLD4JResolver(WSDLLocator customWSLD4JResolver)(Code) | | sets a custem WSDL4J locator
Parameters: customWSLD4JResolver - |
setup | protected void setup() throws WSDLException(Code) | | contains all code which gathers non-service specific information from the
wsdl. After all the setup completes successfully, the setupComplete
field is set so that any subsequent calls to setup() will result in a
no-op. Note that subclass WSDL11ToAllAxisServicesBuilder will call
populateService for each port in the WSDL. Separating the non-service
specific information here allows WSDL11ToAllAxisServicesBuilder to only
do this work 1 time per WSDL, instead of for each port on each service.
throws: WSDLException - if readInTheWSDLFile fails |
|
|