|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.config.metro.parser.jsr109.PortComponentRefType
public class PortComponentRefType
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.
Java class for port-component-refType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="port-component-refType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="service-endpoint-interface" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
<element name="enable-mtom" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
<element name="mtom-threshold" type="{http://java.sun.com/xml/ns/javaee}xsdNonNegativeIntegerType" minOccurs="0"/>
<element name="addressing" type="{http://java.sun.com/xml/ns/javaee}addressingType" minOccurs="0"/>
<element name="respect-binding" type="{http://java.sun.com/xml/ns/javaee}respect-bindingType" minOccurs="0"/>
<element name="port-component-link" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AddressingType |
addressing
|
protected TrueFalseType |
enableMtom
|
protected String |
id
|
protected Locator |
locator
|
protected XsdNonNegativeIntegerType |
mtomThreshold
|
protected String |
portComponentLink
|
protected RespectBindingType |
respectBinding
|
protected FullyQualifiedClassType |
serviceEndpointInterface
|
| Constructor Summary | |
|---|---|
PortComponentRefType()
|
|
| Method Summary | |
|---|---|
AddressingType |
getAddressing()
Gets the value of the addressing property. |
TrueFalseType |
getEnableMtom()
Gets the value of the enableMtom property. |
String |
getId()
Gets the value of the id property. |
XsdNonNegativeIntegerType |
getMtomThreshold()
Gets the value of the mtomThreshold property. |
String |
getPortComponentLink()
Gets the value of the portComponentLink property. |
RespectBindingType |
getRespectBinding()
Gets the value of the respectBinding property. |
FullyQualifiedClassType |
getServiceEndpointInterface()
Gets the value of the serviceEndpointInterface property. |
void |
setAddressing(AddressingType value)
Sets the value of the addressing property. |
void |
setEnableMtom(TrueFalseType value)
Sets the value of the enableMtom property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMtomThreshold(XsdNonNegativeIntegerType value)
Sets the value of the mtomThreshold property. |
void |
setPortComponentLink(String value)
Sets the value of the portComponentLink property. |
void |
setRespectBinding(RespectBindingType value)
Sets the value of the respectBinding property. |
void |
setServiceEndpointInterface(FullyQualifiedClassType value)
Sets the value of the serviceEndpointInterface property. |
void |
setSourceLocation(Locator newLocator)
|
Locator |
sourceLocation()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FullyQualifiedClassType serviceEndpointInterface
protected TrueFalseType enableMtom
protected XsdNonNegativeIntegerType mtomThreshold
protected AddressingType addressing
protected RespectBindingType respectBinding
protected String portComponentLink
protected String id
protected Locator locator
| Constructor Detail |
|---|
public PortComponentRefType()
| Method Detail |
|---|
public FullyQualifiedClassType getServiceEndpointInterface()
FullyQualifiedClassTypepublic void setServiceEndpointInterface(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypepublic TrueFalseType getEnableMtom()
TrueFalseTypepublic void setEnableMtom(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic XsdNonNegativeIntegerType getMtomThreshold()
XsdNonNegativeIntegerTypepublic void setMtomThreshold(XsdNonNegativeIntegerType value)
value - allowed object is
XsdNonNegativeIntegerTypepublic AddressingType getAddressing()
AddressingTypepublic void setAddressing(AddressingType value)
value - allowed object is
AddressingTypepublic RespectBindingType getRespectBinding()
RespectBindingTypepublic void setRespectBinding(RespectBindingType value)
value - allowed object is
RespectBindingTypepublic String getPortComponentLink()
Stringpublic void setPortComponentLink(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Locator sourceLocation()
sourceLocation in interface LocatableLocator
object.public void setSourceLocation(Locator newLocator)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||