public class UnifiedPortComponentRefMetaData extends Object implements Serializable
Constructor and Description |
---|
UnifiedPortComponentRefMetaData(boolean addressingAnnotationSpecified,
boolean addressingEnabled,
boolean addressingRequired,
String addressingResponses,
boolean mtomEnabled,
int mtomThreshold,
boolean respectBindingAnnotationSpecified,
boolean respectBindingEnabled,
String portComponentLink,
String serviceEndpointInterface,
QName portQName,
List<UnifiedStubPropertyMetaData> stubProps,
String configFile,
String configName) |
Modifier and Type | Method and Description |
---|---|
String |
getAddressingResponses() |
String |
getConfigFile() |
String |
getConfigName() |
int |
getMtomThreshold() |
String |
getPortComponentLink()
The port-component-link element links a port-component-ref
to a specific port-component required to be made available
by a service reference.
|
QName |
getPortQName() |
String |
getServiceEndpointInterface() |
List<UnifiedStubPropertyMetaData> |
getStubProperties() |
boolean |
isAddressingAnnotationSpecified() |
boolean |
isAddressingEnabled() |
boolean |
isAddressingRequired() |
boolean |
isMtomEnabled() |
boolean |
isRespectBindingAnnotationSpecified() |
boolean |
isRespectBindingEnabled() |
boolean |
matches(String seiName,
QName portName) |
void |
setMtomEnabled(boolean mtomEnabled) |
String |
toString() |
public UnifiedPortComponentRefMetaData(boolean addressingAnnotationSpecified, boolean addressingEnabled, boolean addressingRequired, String addressingResponses, boolean mtomEnabled, int mtomThreshold, boolean respectBindingAnnotationSpecified, boolean respectBindingEnabled, String portComponentLink, String serviceEndpointInterface, QName portQName, List<UnifiedStubPropertyMetaData> stubProps, String configFile, String configName)
public boolean isAddressingAnnotationSpecified()
public boolean isAddressingEnabled()
public boolean isAddressingRequired()
public String getAddressingResponses()
public void setMtomEnabled(boolean mtomEnabled)
public boolean isMtomEnabled()
public int getMtomThreshold()
public boolean isRespectBindingAnnotationSpecified()
public boolean isRespectBindingEnabled()
public String getPortComponentLink()
public String getServiceEndpointInterface()
public QName getPortQName()
public List<UnifiedStubPropertyMetaData> getStubProperties()
public String getConfigFile()
public String getConfigName()
Copyright © 2019 JBoss, by Red Hat. All rights reserved.