|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.wsdl.builder.WSDL2ToWOMBuilder
Constructor Summary | |
WSDL2ToWOMBuilder()
|
Method Summary | |
WSDLVersionWrapper |
build(InputStream in)
Builds a WOM and a WSDL4J object model given the URI of the WSDL file and returns a wrapper object WSDLVersionWrapper. |
WSDLVersionWrapper |
build(InputStream in,
WSDLComponentFactory wsdlComponentFactory)
Builds a WOM and a WSDL4J object model given the URI of the WSDL file and returns a wrapper object WSDLVersionWrapper. |
WSDLVersionWrapper |
build(String uri)
Builds a WOM and a WSDL4J object model given the URI of the WSDL file and returns a wrapper object WSDLVersionWrapper. |
WSDLVersionWrapper |
build(String uri,
WSDLComponentFactory wsdlComponentFactory)
Builds a WOM and a WSDL4J object model given the URI of the WSDL file and returns 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 WSDL2ToWOMBuilder()
Method Detail |
public WSDLVersionWrapper build(String uri) throws javax.wsdl.WSDLException
build
in interface WOMBuilder
uri
- URI pointing to the WSDL document.
javax.wsdl.WSDLException
public WSDLVersionWrapper build(String uri, WSDLComponentFactory wsdlComponentFactory) throws javax.wsdl.WSDLException
AxisService
extends WSDLService
.)
So when deployment build the WOM it would prefer to get a AxisService
built in place of a WSDLService
. This can be achieved by passing the
correct Component Factory that will instantiate 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.
javax.wsdl.WSDLException
public WSDLVersionWrapper build(InputStream in) throws javax.wsdl.WSDLException
build
in interface WOMBuilder
in
- InputStream from which the WSDL document can be read in.
javax.wsdl.WSDLException
public WSDLVersionWrapper build(InputStream in, WSDLComponentFactory wsdlComponentFactory) throws javax.wsdl.WSDLException
AxisService
extends WSDLService
.)
So when deployment build the WOM it would prefer to get a AxisService
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.
javax.wsdl.WSDLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |