|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.message.addressing.EndpointReferenceType
public class EndpointReferenceType
Java content class for EndpointReferenceType complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at http://schemas.xmlsoap.org/ws/2004/08/addressing line 46)
<complexType name="EndpointReferenceType" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <complexContent> <restriction base="xsd:anyType"> <sequence> <element name="Address" type="wsa:AttributedURI"/> <element name="ReferenceProperties" type="wsa:ReferencePropertiesType" minOccurs="0"/> <element name="ReferenceParameters" type="wsa:ReferenceParametersType" minOccurs="0"/> <element name="PortType" type="wsa:AttributedQName" minOccurs="0"/> <element name="ServiceName" type="wsa:ServiceNameType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected MetaDataType |
metaData
Meta-data (for W3C version only). |
Constructor Summary | |
---|---|
EndpointReferenceType()
Constructor EndpointReferenceType. |
|
EndpointReferenceType(Address address)
Constructor EndpointReferenceType. |
|
EndpointReferenceType(EndpointReferenceType endpoint)
Constructor EndpointReferenceType (performs shallow copy). |
|
EndpointReferenceType(EndpointReferenceType endpoint,
boolean deepCopy)
Constructor EndpointReferenceType. |
|
EndpointReferenceType(org.apache.axis.types.URI addr)
Constructor EndpointReferenceType. |
Method Summary | |
---|---|
org.apache.axis.message.MessageElement[] |
get_any()
|
AttributedURI |
getAddress()
Gets the remote address URI. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mType,
java.lang.Class<?> jType,
javax.xml.namespace.QName xType)
Gets a custom Deserializer. |
MetaDataType |
getMetadata()
Get the meta-data (if any). |
ReferenceParametersType |
getParameters()
Method getParameters. |
AttributedQName |
getPortType()
Method getPortType. |
ReferencePropertiesType |
getProperties()
Method getProperties. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mType,
java.lang.Class<?> jType,
javax.xml.namespace.QName xType)
Gets a custom Serializer. |
ServiceNameType |
getServiceName()
Method getServiceName. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return the type description object. |
void |
set_any(org.apache.axis.message.MessageElement[] any)
|
void |
setAddress(AttributedURI addr)
Method setAddress. |
void |
setMetadata(MetaDataType metaData)
Set the meta-data. |
void |
setParameters(ReferenceParametersType parameters)
Method setParameters. |
void |
setPortType(AttributedQName portType)
Method setPortType. |
void |
setProperties(ReferencePropertiesType properties)
Method setProperties. |
void |
setServiceName(ServiceNameType serviceName)
Method setServiceName. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected MetaDataType metaData
Constructor Detail |
---|
public EndpointReferenceType()
public EndpointReferenceType(Address address)
address
- EndPoint URIpublic EndpointReferenceType(EndpointReferenceType endpoint)
endpoint
- Instance to copypublic EndpointReferenceType(EndpointReferenceType endpoint, boolean deepCopy)
endpoint
- Instance to copydeepCopy
- Whether to perform a deep copy or notpublic EndpointReferenceType(org.apache.axis.types.URI addr)
addr
- Address URIMethod Detail |
---|
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mType, java.lang.Class<?> jType, javax.xml.namespace.QName xType)
mType
- not usedjType
- Java typexType
- XML type
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mType, java.lang.Class<?> jType, javax.xml.namespace.QName xType)
mType
- not usedjType
- Java typexType
- XML type
public static org.apache.axis.description.TypeDesc getTypeDesc()
public org.apache.axis.message.MessageElement[] get_any()
get_any
in interface org.apache.axis.encoding.AnyContentType
public AttributedURI getAddress()
public MetaDataType getMetadata()
public ReferenceParametersType getParameters()
public AttributedQName getPortType()
public ReferencePropertiesType getProperties()
public ServiceNameType getServiceName()
public void set_any(org.apache.axis.message.MessageElement[] any)
set_any
in interface org.apache.axis.encoding.AnyContentType
public void setAddress(AttributedURI addr)
addr
- The new addresspublic void setMetadata(MetaDataType metaData)
metaData
- a List of MessageElementspublic void setParameters(ReferenceParametersType parameters)
parameters
- The reference parameters to setpublic void setPortType(AttributedQName portType)
portType
- The service port type namepublic void setProperties(ReferencePropertiesType properties)
properties
- The reference properties fieldpublic void setServiceName(ServiceNameType serviceName)
serviceName
- The service namepublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |