org.jboss.webservice
Class WSDLDefinitionFactory
java.lang.Object
   org.jboss.webservice.WSDLDefinitionFactory
org.jboss.webservice.WSDLDefinitionFactory
- public class WSDLDefinitionFactory- extends java.lang.Object
A factory that creates a WSDL Definition from an URL.
- Since:
- 15-April-2004
 
 
| Method Summary | 
| static WSDLDefinitionFactory (src)  | newInstance()Create a new instance of a wsdl factory
 | 
|  Definition | parse(java.net.URL wsdlLocation)Read the wsdl document from the given URL
 | 
|  void | setFeature(java.lang.String name,
           boolean value)Set a feature on the underlying reader
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FEATURE_IMPORT_DOCUMENTS
public static final java.lang.String FEATURE_IMPORT_DOCUMENTS
- See Also:
- Constant Field Values (src) 
FEATURE_VERBOSE
public static final java.lang.String FEATURE_VERBOSE
- See Also:
- Constant Field Values (src) 
newInstance
public static WSDLDefinitionFactory (src)  newInstance()
                                         throws WSDLException
- Create a new instance of a wsdl factory
 
- 
- Throws:
- WSDLException
 
setFeature
public void setFeature(java.lang.String name,
                       boolean value)
                throws java.lang.IllegalArgumentException
- Set a feature on the underlying reader
 
- 
- Throws:
- java.lang.IllegalArgumentException
 
parse
public Definition parse(java.net.URL wsdlLocation)
                 throws WSDLException
- Read the wsdl document from the given URL
 
- 
- Throws:
- WSDLException