public class PortComponentRef extends IdMetaDataImpl
Constructor and Description |
---|
PortComponentRef() |
Modifier and Type | Method and Description |
---|---|
Addressing |
getAddressing() |
int |
getMtomThreshold() |
String |
getPortComponentLink() |
RespectBinding |
getRespectBinding() |
String |
getServiceEndpointInterface() |
boolean |
isEnableMtom() |
void |
setAddressing(Addressing addressing) |
void |
setEnableMtom(boolean enableMtom) |
void |
setMtomThreshold(int mtomThreshold) |
void |
setPortComponentLink(String portComponentLink) |
void |
setRespectBinding(RespectBinding respectBinding) |
void |
setServiceEndpointInterface(String serviceEndpointInterface) |
String |
toString() |
public boolean isEnableMtom()
public void setEnableMtom(boolean enableMtom)
public int getMtomThreshold()
public void setMtomThreshold(int mtomThreshold)
public Addressing getAddressing()
public void setAddressing(Addressing addressing)
public RespectBinding getRespectBinding()
public void setRespectBinding(RespectBinding respectBinding)
public String getPortComponentLink()
public void setPortComponentLink(String portComponentLink)
public String getServiceEndpointInterface()
public void setServiceEndpointInterface(String serviceEndpointInterface)
Copyright © 2013 JBoss by Red Hat. All rights reserved.