public class WSDLDefinitionsFactory extends Object
WSDLDefinitions
object from an URL.
This implementations deals with different WSDL versions so that clients of this
factory do need to know about WSDL version specifics. The Java object view of the
WSDL document (WSDLDefinitions) is modeled on WSDL-2.0Modifier and Type | Field and Description |
---|---|
static String |
FEATURE_IMPORT_DOCUMENTS |
static String |
FEATURE_VERBOSE |
Modifier and Type | Method and Description |
---|---|
static WSDLDefinitionsFactory |
newInstance()
Create a new instance of a wsdl factory
|
WSDLDefinitions |
parse(URL wsdlLocation)
Read the wsdl document from the given URL
|
void |
setFeature(String name,
boolean value)
Set a feature on the underlying reader
|
public static final String FEATURE_IMPORT_DOCUMENTS
public static final String FEATURE_VERBOSE
public static WSDLDefinitionsFactory newInstance()
public void setFeature(String name, boolean value) throws IllegalArgumentException
IllegalArgumentException
public WSDLDefinitions parse(URL wsdlLocation) throws WSDLException
WSDLException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.