|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortComponentRefType
A representation of the model object 'Port Component Ref Type'. The port-component-ref element declares a client dependency on the container for resolving a Service Endpoint Interface to a WSDL port. It optionally associates the Service Endpoint Interface with a particular port-component. This is only used by the container for a Service.getPort(Class) method call.
The following features are supported:
Service Endpoint Interface
Enable Mtom
Mtom Threshold
Addressing
Respect Binding
Port Component Link
Id
EjbJar31Package.getPortComponentRefType()
Method Summary | |
---|---|
AddressingType |
getAddressing()
Returns the value of the 'Addressing' containment reference. |
TrueFalseType |
getEnableMtom()
Returns the value of the 'Enable Mtom' containment reference. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
XsdNonNegativeIntegerType |
getMtomThreshold()
Returns the value of the 'Mtom Threshold' containment reference. |
String |
getPortComponentLink()
Returns the value of the 'Port Component Link' containment reference. |
RespectBindingType |
getRespectBinding()
Returns the value of the 'Respect Binding' containment reference. |
FullyQualifiedClassType |
getServiceEndpointInterface()
Returns the value of the 'Service Endpoint Interface' containment reference. |
void |
setAddressing(AddressingType value)
Sets the value of the ' Addressing ' containment reference. |
void |
setEnableMtom(TrueFalseType value)
Sets the value of the ' Enable Mtom ' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setMtomThreshold(XsdNonNegativeIntegerType value)
Sets the value of the ' Mtom Threshold ' containment reference. |
void |
setPortComponentLink(String value)
Sets the value of the ' Port Component Link ' containment reference. |
void |
setRespectBinding(RespectBindingType value)
Sets the value of the ' Respect Binding ' containment reference. |
void |
setServiceEndpointInterface(FullyQualifiedClassType value)
Sets the value of the ' Service Endpoint Interface ' containment reference. |
Method Detail |
---|
FullyQualifiedClassType getServiceEndpointInterface()
setServiceEndpointInterface(FullyQualifiedClassType)
,
EjbJar31Package.getPortComponentRefType_ServiceEndpointInterface()
void setServiceEndpointInterface(FullyQualifiedClassType value)
Service Endpoint Interface
' containment reference.
value
- the new value of the 'Service Endpoint Interface' containment reference.getServiceEndpointInterface()
TrueFalseType getEnableMtom()
setEnableMtom(TrueFalseType)
,
EjbJar31Package.getPortComponentRefType_EnableMtom()
void setEnableMtom(TrueFalseType value)
Enable Mtom
' containment reference.
value
- the new value of the 'Enable Mtom' containment reference.getEnableMtom()
XsdNonNegativeIntegerType getMtomThreshold()
setMtomThreshold(XsdNonNegativeIntegerType)
,
EjbJar31Package.getPortComponentRefType_MtomThreshold()
void setMtomThreshold(XsdNonNegativeIntegerType value)
Mtom Threshold
' containment reference.
value
- the new value of the 'Mtom Threshold' containment reference.getMtomThreshold()
AddressingType getAddressing()
setAddressing(AddressingType)
,
EjbJar31Package.getPortComponentRefType_Addressing()
void setAddressing(AddressingType value)
Addressing
' containment reference.
value
- the new value of the 'Addressing' containment reference.getAddressing()
RespectBindingType getRespectBinding()
setRespectBinding(RespectBindingType)
,
EjbJar31Package.getPortComponentRefType_RespectBinding()
void setRespectBinding(RespectBindingType value)
Respect Binding
' containment reference.
value
- the new value of the 'Respect Binding' containment reference.getRespectBinding()
String getPortComponentLink()
setPortComponentLink(org.eclipse.modisco.jee.ejbjar.EjbJar31.String)
,
EjbJar31Package.getPortComponentRefType_PortComponentLink()
void setPortComponentLink(String value)
Port Component Link
' containment reference.
value
- the new value of the 'Port Component Link' containment reference.getPortComponentLink()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
EjbJar31Package.getPortComponentRefType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |