org.codehaus.xfire.annotations.commons
Class WebResult

java.lang.Object
  extended by org.codehaus.xfire.annotations.WebResultAnnotation
      extended by org.codehaus.xfire.annotations.commons.WebResult
All Implemented Interfaces:
java.io.Serializable

public class WebResult
extends WebResultAnnotation

Commons Attributes version of the WebResult Annotation.

Author:
Arjen Poutsma
See Also:
WebResultAnnotation, Serialized Form

Constructor Summary
WebResult()
          Initializes a new instance of the WebResult attribute.
WebResult(java.lang.String name)
          Initializes a new instance of the WebResult attribute with the specified name.
WebResult(java.lang.String name, java.lang.String targetNamespace)
          Initializes a new instance of the WebResult attribute with the specified name and namespace.
 
Method Summary
 
Methods inherited from class org.codehaus.xfire.annotations.WebResultAnnotation
getName, getPartName, getTargetNamespace, isHeader, setHeader, setName, setPartName, setTargetNamespace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebResult

public WebResult()
Initializes a new instance of the WebResult attribute.


WebResult

public WebResult(java.lang.String name)
Initializes a new instance of the WebResult attribute with the specified name.

Parameters:
name - the name.

WebResult

public WebResult(java.lang.String name,
                 java.lang.String targetNamespace)
Initializes a new instance of the WebResult attribute with the specified name and namespace.

Parameters:
name - the name.
targetNamespace - the target namespace.


Copyright © 2004-2009. All Rights Reserved.