org.apache.axis.message.addressing
Class Action

java.lang.Object
  extended by org.apache.axis.types.URI
      extended by org.apache.axis.message.addressing.AttributedURI
          extended by org.apache.axis.message.addressing.Action
All Implemented Interfaces:
java.io.Serializable, AddressingHeaderItem, DOMAppendable

public class Action
extends AttributedURI

Java content class for Action 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 79)

 <element xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
   name="Action"
   type="wsa:AttributedURI"/>
 

Version:
$Revision: 14 $
Author:
Davanum Srinivas, Rodrigo Ruiz
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.axis.types.URI
org.apache.axis.types.URI.MalformedURIException
 
Constructor Summary
Action()
          Creates an instance.
Action(javax.xml.soap.SOAPHeaderElement el)
          Creates an instance.
Action(java.lang.String uri)
          Creates an instance.
Action(org.apache.axis.types.URI uri)
          Creates an instance.
 
Method Summary
 java.lang.String getDefaultElementName()
          Gets the default name of the element to create in DOMAppendable and AddressingHeaderItem methods.
 
Methods inherited from class org.apache.axis.message.addressing.AttributedURI
append, append, append, toSOAPHeaderElement, toSOAPHeaderElement, toSOAPHeaderElement
 
Methods inherited from class org.apache.axis.types.URI
absolutize, appendPath, equals, getFragment, getHost, getPath, getPath, getPort, getQueryString, getRegBasedAuthority, getScheme, getSchemeSpecificPart, getUserinfo, hashCode, isAbsoluteURI, 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

Action

public Action()
Creates an instance.


Action

public Action(javax.xml.soap.SOAPHeaderElement el)
       throws org.apache.axis.types.URI.MalformedURIException
Creates an instance.

Parameters:
el - Element to extract the action URI from
Throws:
URI.MalformedURIException - If the URI is not valid

Action

public Action(java.lang.String uri)
       throws org.apache.axis.types.URI.MalformedURIException
Creates an instance.

Parameters:
uri - Action URI
Throws:
URI.MalformedURIException - If the URI is not valid

Action

public Action(org.apache.axis.types.URI uri)
Creates an instance.

Parameters:
uri - Action URI
Method Detail

getDefaultElementName

public java.lang.String getDefaultElementName()
Gets the default name of the element to create in DOMAppendable and AddressingHeaderItem methods.

Overrides:
getDefaultElementName in class AttributedURI
Returns:
Element name


Copyright © 2008-2009 Rodrigo Ruiz. All Rights Reserved.