org.apache.axis.message.addressing
Class To

java.lang.Object
  extended byorg.apache.axis.types.URI
      extended byorg.apache.axis.message.addressing.AttributedURI
          extended byorg.apache.axis.message.addressing.To
All Implemented Interfaces:
java.io.Serializable

public class To
extends AttributedURI

Java content class for To 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 78)

 <element name="To" type="{http://schemas.xmlsoap.org/ws/2004/08/addressing}AttributedURI"/>
 

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

Nested Class Summary
 
Nested classes inherited from class org.apache.axis.types.URI
org.apache.axis.types.URI.MalformedURIException
 
Constructor Summary
To(javax.xml.soap.SOAPHeaderElement el)
          Constructor To
To(java.lang.String uri)
          Constructor To
To(To address)
          Copy constructor to
To(org.apache.axis.types.URI uri)
          Constructor To
 
Method Summary
 javax.xml.soap.SOAPHeaderElement toSOAPHeaderElement(javax.xml.soap.SOAPEnvelope env, java.lang.String actorURI)
           
 
Methods inherited from class org.apache.axis.message.addressing.AttributedURI
append, toSOAPHeaderElement
 
Methods inherited from class org.apache.axis.types.URI
appendPath, equals, getFragment, getHost, getPath, getPath, getPort, getQueryString, getRegBasedAuthority, getScheme, getSchemeSpecificPart, getUserinfo, hashCode, isConformantSchemeName, isGenericURI, isWellFormedAddress, isWellFormedIPv4Address, isWellFormedIPv6Reference, setFragment, setHost, setPath, setPort, setQueryString, setRegBasedAuthority, setScheme, setUserinfo, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

To

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

Parameters:
uri -

To

public To(java.lang.String uri)
   throws org.apache.axis.types.URI.MalformedURIException
Constructor To

Parameters:
uri -

To

public To(To address)
Copy constructor to


To

public To(javax.xml.soap.SOAPHeaderElement el)
   throws java.lang.Exception
Constructor To

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

toSOAPHeaderElement

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


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