Class PortComponentRefType
java.lang.Object
org.apache.axis2.jaxws.description.xml.handler.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="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
FieldsModifier and TypeFieldDescriptionprotected TrueFalseTypeprotected Stringprotected Stringprotected FullyQualifiedClassType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the enableMtom property.getId()Gets the value of the id property.Gets the value of the portComponentLink property.Gets the value of the serviceEndpointInterface property.voidsetEnableMtom(TrueFalseType value) Sets the value of the enableMtom property.voidSets the value of the id property.voidsetPortComponentLink(String value) Sets the value of the portComponentLink property.voidSets the value of the serviceEndpointInterface property.
-
Field Details
-
serviceEndpointInterface
-
enableMtom
-
portComponentLink
-
id
-
-
Constructor Details
-
PortComponentRefType
public PortComponentRefType()
-
-
Method Details
-
getServiceEndpointInterface
Gets the value of the serviceEndpointInterface property.- Returns:
- possible object is
FullyQualifiedClassType
-
setServiceEndpointInterface
Sets the value of the serviceEndpointInterface property.- Parameters:
value- allowed object isFullyQualifiedClassType
-
getEnableMtom
Gets the value of the enableMtom property.- Returns:
- possible object is
TrueFalseType
-
setEnableMtom
Sets the value of the enableMtom property.- Parameters:
value- allowed object isTrueFalseType
-
getPortComponentLink
Gets the value of the portComponentLink property.- Returns:
- possible object is
String
-
setPortComponentLink
Sets the value of the portComponentLink property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-