org.apache.axis.message.addressing
Class EndpointReference

java.lang.Object
  extended by org.apache.axis.message.addressing.EndpointReferenceType
      extended by org.apache.axis.message.addressing.EndpointReference
All Implemented Interfaces:
java.io.Serializable, org.apache.axis.encoding.AnyContentType
Direct Known Subclasses:
FaultTo, From, Recipient, ReplyTo

public class EndpointReference
extends EndpointReferenceType

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 name="EndpointReference" type="{http://schemas.xmlsoap.org/ws/2004/08/addressing}EndpointReferenceType"/>
 

Author:
Davanum Srinivas (dims@yahoo.com)
See Also:
Serialized Form

Constructor Summary
EndpointReference(Address address)
          Constructor EndpointReference
EndpointReference(org.w3c.dom.Element element)
          Constructor EndpointReference
EndpointReference(EndpointReferenceType endpoint)
          Constructor EndpointReference
EndpointReference(javax.xml.soap.SOAPElement element)
          Constructor EndpointReference
EndpointReference(java.lang.String endpoint)
          Constructor EndpointReference
EndpointReference(org.apache.axis.types.URI uri)
          Constructor EndpointReference
 
Method Summary
 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(javax.xml.soap.SOAPEnvelope env, java.lang.String actorURI)
           
protected  javax.xml.soap.SOAPHeaderElement toSOAPHeaderElement(javax.xml.soap.SOAPEnvelope env, java.lang.String actorURI, java.lang.String name)
           
 
Methods inherited from class org.apache.axis.message.addressing.EndpointReferenceType
get_any, getAddress, getDeserializer, getParameters, getPortType, getProperties, getSerializer, getServiceName, getTypeDesc, set_any, setAddress, setParameters, setPortType, setProperties, setServiceName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndpointReference

public EndpointReference(Address address)
Constructor EndpointReference

Parameters:
address -

EndpointReference

public EndpointReference(org.apache.axis.types.URI uri)
Constructor EndpointReference

Parameters:
uri -

EndpointReference

public EndpointReference(EndpointReferenceType endpoint)
Constructor EndpointReference

Parameters:
endpoint -

EndpointReference

public EndpointReference(java.lang.String endpoint)
                  throws org.apache.axis.types.URI.MalformedURIException
Constructor EndpointReference

Parameters:
endpoint -
Throws:
URI.MalformedURIException

EndpointReference

public EndpointReference(javax.xml.soap.SOAPElement element)
                  throws java.lang.Exception
Constructor EndpointReference

Parameters:
el -
Throws:
java.lang.Exception

EndpointReference

public EndpointReference(org.w3c.dom.Element element)
                  throws java.lang.Exception
Constructor EndpointReference

Parameters:
el -
Throws:
java.lang.Exception
Method Detail

toDOM

public org.w3c.dom.Element toDOM(org.w3c.dom.Document doc)
Method toDOM.

Parameters:
doc -

toDOM

public org.w3c.dom.Element toDOM(org.w3c.dom.Document doc,
                                 java.lang.String elementName)
Method toDOM.

Parameters:
doc -
name -

toSOAPHeaderElement

public javax.xml.soap.SOAPHeaderElement toSOAPHeaderElement(javax.xml.soap.SOAPEnvelope env,
                                                            java.lang.String actorURI)
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

toSOAPHeaderElement

protected javax.xml.soap.SOAPHeaderElement toSOAPHeaderElement(javax.xml.soap.SOAPEnvelope env,
                                                               java.lang.String actorURI,
                                                               java.lang.String name)
                                                        throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004-2009 Apache Web Services. All Rights Reserved.