|
||||||||||
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 org.apache.axis.message.addressing.EndpointReference
public class EndpointReference
Java content class for EndpointReference element declaration.
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 45)
<element xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" name="EndpointReference" type="wsa:EndpointReferenceType"/>
Field Summary |
---|
Fields inherited from class org.apache.axis.message.addressing.EndpointReferenceType |
---|
metaData |
Constructor Summary | |
---|---|
EndpointReference(Address address)
Creates a new EndpointReference instance. |
|
EndpointReference(org.w3c.dom.Element element)
Constructor EndpointReference. |
|
EndpointReference(EndpointReferenceType endpoint)
Creates a new EndpointReference instance. |
|
EndpointReference(javax.xml.soap.SOAPElement element)
Creates a new EndpointReference instance. |
|
EndpointReference(java.lang.String endpoint)
Creates a new EndpointReference instance. |
|
EndpointReference(org.apache.axis.types.URI uri)
Creates a new EndpointReference instance. |
Method Summary | |
---|---|
void |
addMetadata(org.apache.axis.message.MessageElement data)
Insert a new metadata item. |
void |
addReferenceParameter(org.apache.axis.message.MessageElement param)
Insert a new reference parameter. |
void |
addReferenceProperty(org.apache.axis.message.MessageElement prop)
Insert a new reference property. |
org.w3c.dom.Element |
toDOM(org.w3c.dom.Document doc)
Method toDOM. |
org.w3c.dom.Element |
toDOM(org.w3c.dom.Document doc,
java.lang.String elementName)
Method toDOM. |
javax.xml.soap.SOAPHeaderElement |
toSOAPHeaderElement(AddressingVersion version,
javax.xml.soap.SOAPEnvelope env,
java.lang.String actorURI)
Gets a SOAP Header Element from this instance. |
protected javax.xml.soap.SOAPHeaderElement |
toSOAPHeaderElement(AddressingVersion version,
javax.xml.soap.SOAPEnvelope env,
java.lang.String actorURI,
java.lang.String name)
Translates this instance into a SOAPHeaderElement. |
javax.xml.soap.SOAPHeaderElement |
toSOAPHeaderElement(javax.xml.soap.SOAPEnvelope env,
java.lang.String actorURI)
Gets a SOAP Header Element from this instance. |
Methods inherited from class org.apache.axis.message.addressing.EndpointReferenceType |
---|
get_any, getAddress, getDeserializer, getMetadata, getParameters, getPortType, getProperties, getSerializer, getServiceName, getTypeDesc, set_any, setAddress, setMetadata, setParameters, setPortType, setProperties, setServiceName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EndpointReference(Address address)
address
- Remote addresspublic EndpointReference(org.w3c.dom.Element element) throws org.apache.axis.types.URI.MalformedURIException
element
- Source element
org.apache.axis.types.URI.MalformedURIException
- If an error occurspublic EndpointReference(EndpointReferenceType endpoint)
endpoint
- Remote end-pointpublic EndpointReference(javax.xml.soap.SOAPElement element) throws org.apache.axis.types.URI.MalformedURIException
element
- SOAP element node
org.apache.axis.types.URI.MalformedURIException
- If an error occurspublic EndpointReference(java.lang.String endpoint) throws org.apache.axis.types.URI.MalformedURIException
endpoint
- Target end-point
URI.MalformedURIException
- If the specified URI is not validpublic EndpointReference(org.apache.axis.types.URI uri)
uri
- Remote address URIMethod Detail |
---|
public void addMetadata(org.apache.axis.message.MessageElement data)
data
- XML rep. of metadata (MessageElement)public void addReferenceParameter(org.apache.axis.message.MessageElement param)
param
- XML rep of referenceParameter (MessageElement)public void addReferenceProperty(org.apache.axis.message.MessageElement prop)
prop
- XML rep of referenceParameter (MessageElement)public org.w3c.dom.Element toDOM(org.w3c.dom.Document doc)
doc
- Document to use for Node creation
public org.w3c.dom.Element toDOM(org.w3c.dom.Document doc, java.lang.String elementName)
doc
- Document to use as Node factoryelementName
- Element name
public javax.xml.soap.SOAPHeaderElement toSOAPHeaderElement(AddressingVersion version, javax.xml.soap.SOAPEnvelope env, java.lang.String actorURI) throws javax.xml.soap.SOAPException
toSOAPHeaderElement
in interface AddressingHeaderItem
version
- WS-Addressing version to useenv
- SOAP envelope to append toactorURI
- Actor URI
javax.xml.soap.SOAPException
- If an error occurspublic javax.xml.soap.SOAPHeaderElement toSOAPHeaderElement(javax.xml.soap.SOAPEnvelope env, java.lang.String actorURI) throws javax.xml.soap.SOAPException
toSOAPHeaderElement
in interface AddressingHeaderItem
env
- SOAP envelope to append toactorURI
- Actor URI
javax.xml.soap.SOAPException
- If an error occursprotected javax.xml.soap.SOAPHeaderElement toSOAPHeaderElement(AddressingVersion version, javax.xml.soap.SOAPEnvelope env, java.lang.String actorURI, java.lang.String name) throws javax.xml.soap.SOAPException
version
- WS-Addressing version to useenv
- SOAP Envelope to put the element intoactorURI
- Actor URIname
- Element name
javax.xml.soap.SOAPException
- If an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |