public class PortRefData
extends java.lang.Object
Constructor and Description |
---|
PortRefData() |
PortRefData(PortRefData src) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getAddresses() |
java.util.Properties |
getProperties() |
javax.xml.namespace.QName |
getQName() |
java.lang.String |
getServiceEndpointInterface() |
boolean |
isEnableMtom() |
void |
setEnableMtom(boolean value) |
void |
setQName(javax.xml.namespace.QName qname) |
void |
setServiceEndpointInterface(java.lang.String serviceEndpointInterface) |
public PortRefData()
public PortRefData(PortRefData src)
public javax.xml.namespace.QName getQName()
public void setQName(javax.xml.namespace.QName qname)
public java.lang.String getServiceEndpointInterface()
public void setServiceEndpointInterface(java.lang.String serviceEndpointInterface)
public boolean isEnableMtom()
public void setEnableMtom(boolean value)
public java.util.Properties getProperties()
public java.util.List<java.lang.String> getAddresses()