org.apache.axis.message.addressing
Class RelatesTo

java.lang.Object
  extended byorg.apache.axis.message.addressing.Relationship
      extended byorg.apache.axis.message.addressing.RelatesTo

public class RelatesTo
extends Relationship

Java content class for RelatesTo 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 77)

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

Author:
Davanum Srinivas (dims@yahoo.com)

Constructor Summary
RelatesTo(javax.xml.soap.SOAPElement el)
          Constructor RelatesTo
RelatesTo(java.lang.String uri, javax.xml.namespace.QName type)
          Constructor RelatesTo
RelatesTo(java.lang.String uri, java.lang.String type)
          Constructor RelatesTo
RelatesTo(org.apache.axis.types.URI uri, javax.xml.namespace.QName type)
          Constructor RelatesTo
 
Method Summary
protected  org.apache.axis.message.SOAPHeaderElement toSOAPHeaderElement(javax.xml.soap.SOAPEnvelope env, java.lang.String actorURI)
           
 
Methods inherited from class org.apache.axis.message.addressing.Relationship
getType, getURI, setType, setURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatesTo

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

Parameters:
uri -
type -
Throws:
URI.MalformedURIException

RelatesTo

public RelatesTo(org.apache.axis.types.URI uri,
                 javax.xml.namespace.QName type)
Constructor RelatesTo

Parameters:
uri -
type -

RelatesTo

public RelatesTo(java.lang.String uri,
                 javax.xml.namespace.QName type)
          throws org.apache.axis.types.URI.MalformedURIException
Constructor RelatesTo

Parameters:
uri -
type -

RelatesTo

public RelatesTo(javax.xml.soap.SOAPElement el)
          throws java.lang.Exception
Constructor RelatesTo

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

toSOAPHeaderElement

protected org.apache.axis.message.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.