|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 as 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. |
Method Detail |
public WSDLVersionWrapper build(String uri) throws javax.wsdl.WSDLException
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.
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
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.
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 |