org.apache.axis.message.addressing
Class MessageID

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

public class MessageID
extends AttributedURI

Java content class for MessageID 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 76)

 <element name="MessageID" 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
MessageID()
          Constructor MessageID
MessageID(javax.xml.soap.SOAPHeaderElement el)
          Constructor MessageID
MessageID(org.apache.axis.types.URI uri)
          Constructor MessageID
 
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

MessageID

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

Parameters:
uri -

MessageID

public MessageID()
Constructor MessageID


MessageID

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

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.