|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.wsdl.builder.wsdl4j.WSDL1ToWOMBuilder
Constructor Summary | |
WSDL1ToWOMBuilder()
|
Method Summary | |
WSDLVersionWrapper |
build(java.io.InputStream in)
Buils a WOM and a WSDL4J object model from given the URI of the WSDL file and will be returned as a wrapper object WSDLVersionWrapper. |
WSDLVersionWrapper |
build(java.io.InputStream in,
WSDLComponentFactory wsdlComponentFactory)
Buils a WOM and a WSDL4J object model from given the URI of the WSDL file and will be returned as a wrapper object WSDLVersionWrapper. |
WSDLVersionWrapper |
build(java.lang.String uri)
Buils a WOM and a WSDL4J object model from given the URI of the WSDL file and will be returned as a wrapper object WSDLVersionWrapper. |
WSDLVersionWrapper |
build(java.lang.String uri,
WSDLComponentFactory wsdlComponentFactory)
Buils a WOM and a WSDL4J object model from given the URI of the WSDL file and will be returned as a wrapper object WSDLVersionWrapper. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WSDL1ToWOMBuilder()
Method Detail |
public WSDLVersionWrapper build(java.io.InputStream in) throws WSDLException
build
in interface WOMBuilder
in
- InputStream from which the WSDL document can be read in.
WSDLException
public WSDLVersionWrapper build(java.io.InputStream in, WSDLComponentFactory wsdlComponentFactory) throws WSDLException
ServiceDescription
extends WSDLService
.)
So when deployment build the WOM it would prefer to get a ServiceDescription
built in place of a WSDLService
. This can be achieved by passing the
correct Component Factory that will instanciate the correct object for the WOM builder.
build
in interface WOMBuilder
in
- InputStream from which the WSDL document can be read in.wsdlComponentFactory
- The ComponentFactory that will be used to create the
WOm components out of.
WSDLException
public WSDLVersionWrapper build(java.lang.String uri) throws WSDLException
build
in interface WOMBuilder
uri
- URI pointing to the WSDL document.
WSDLException
public WSDLVersionWrapper build(java.lang.String uri, WSDLComponentFactory wsdlComponentFactory) throws WSDLException
ServiceDescription
extends WSDLService
.)
So when deployment build the WOM it would prefer to get a ServiceDescription
built in place of a WSDLService
. This can be achieved by passing the
correct Component Factory that will instanciate the correct object for the WOM builder.
build
in interface WOMBuilder
uri
- URI pointing to the WSDL document.wsdlComponentFactory
- The ComponentFactory that will be used to create the
WOm components out of.
WSDLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |