public class DomainMgmtProxy.Descriptor
extends java.lang.Object
Constructor and Description |
---|
Descriptor() |
Descriptor(java.net.URL wsdlLocation,
javax.xml.namespace.QName serviceName) |
Modifier and Type | Method and Description |
---|---|
javax.xml.ws.Dispatch<javax.xml.transform.Source> |
getDispatch() |
java.lang.String |
getEndpoint() |
DomainMgmt |
getProxy() |
void |
init() |
void |
setEndpoint(java.lang.String endpointUrl) |
void |
setMTOMEnabled(boolean enable) |
void |
useJNDIOnly(boolean useJNDIOnly) |
public Descriptor()
public Descriptor(java.net.URL wsdlLocation, javax.xml.namespace.QName serviceName)
public void init()
public DomainMgmt getProxy()
public void useJNDIOnly(boolean useJNDIOnly)
public javax.xml.ws.Dispatch<javax.xml.transform.Source> getDispatch()
public java.lang.String getEndpoint()
public void setEndpoint(java.lang.String endpointUrl)
public void setMTOMEnabled(boolean enable)