public class WSDLDefinitionFeature extends WebServiceFeature
Modifier and Type | Class and Description |
---|---|
static class |
WSDLDefinitionFeature.Builder |
Modifier and Type | Method and Description |
---|---|
static WSDLDefinitionFeature.Builder |
builder() |
boolean |
equals(Object o) |
EntityResolver |
getEntityResolver()
If the given WSDL contains
import statements then the EntityResolver specified here will be used. |
String |
getID() |
javax.wsdl.Definition |
getWsdlDefinition()
The WSDL (Definition) to be associated with this endpoint or proxy.
|
Source |
getWsdlSource()
The WSDL (Source) to be associated with this endpoint or proxy.
|
URL |
getWsdlUrl()
The WSDL (via URL to document location) to be associated with this endpoint or proxy.
|
int |
hashCode() |
String |
toString() |
isEnabled
public static final String ID
public static WSDLDefinitionFeature.Builder builder()
public EntityResolver getEntityResolver()
import
statements then the EntityResolver
specified here will be used.
This does not need to be set if the WSDL does NOT have import
statements, or if a Source
is given for the WSDL and that source has as system ID available via Source.getSystemId()
.
public String getID()
getID
in class WebServiceFeature
public javax.wsdl.Definition getWsdlDefinition()
public Source getWsdlSource()
public URL getWsdlUrl()