org.apache.wsif.wsdl.extensions.java
Class JavaOperation

java.lang.Object
  |
  +--org.apache.wsif.wsdl.extensions.java.JavaOperation
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable

public class JavaOperation
extends java.lang.Object
implements javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable

Author:
Gerhard Pfau , Ant Elder , Jeremy Hughes
See Also:
Serialized Form

Constructor Summary
JavaOperation()
           
 
Method Summary
 javax.xml.namespace.QName getElementType()
          Get the type of this extensibility element.
 java.lang.String getMethodName()
           
 java.lang.String getMethodType()
           
 java.util.List getParameterOrder()
           
 java.lang.Boolean getRequired()
          Get whether or not the semantics of this extension are required.
 java.lang.String getReturnPart()
           
 void setElementType(javax.xml.namespace.QName elementType)
          Set the type of this extensibility element.
 void setMethodName(java.lang.String newMethodName)
           
 void setMethodType(java.lang.String newMethodType)
           
 void setParameterOrder(java.lang.String newParameterOrderStr)
           
 void setRequired(java.lang.Boolean required)
          Set whether or not the semantics of this extension are required.
 void setReturnPart(java.lang.String newReturnPart)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaOperation

public JavaOperation()
Method Detail

getElementType

public javax.xml.namespace.QName getElementType()
Get the type of this extensibility element.
Specified by:
getElementType in interface javax.wsdl.extensions.ExtensibilityElement
Returns:
the extensibility element's type

getMethodName

public java.lang.String getMethodName()

getMethodType

public java.lang.String getMethodType()

getParameterOrder

public java.util.List getParameterOrder()

getReturnPart

public java.lang.String getReturnPart()

getRequired

public java.lang.Boolean getRequired()
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.
Specified by:
getRequired in interface javax.wsdl.extensions.ExtensibilityElement

setElementType

public void setElementType(javax.xml.namespace.QName elementType)
Set the type of this extensibility element.
Specified by:
setElementType in interface javax.wsdl.extensions.ExtensibilityElement
Parameters:
elementType - the type

setMethodName

public void setMethodName(java.lang.String newMethodName)

setMethodType

public void setMethodType(java.lang.String newMethodType)

setParameterOrder

public void setParameterOrder(java.lang.String newParameterOrderStr)

setReturnPart

public void setReturnPart(java.lang.String newReturnPart)

setRequired

public void setRequired(java.lang.Boolean required)
Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.
Specified by:
setRequired in interface javax.wsdl.extensions.ExtensibilityElement

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.