org.apache.wsif.wsdl.extensions.bsf
Class BSFOperation

java.lang.Object
  extended by org.apache.wsif.wsdl.extensions.bsf.BSFOperation
All Implemented Interfaces:
java.io.Serializable, javax.wsdl.extensions.ExtensibilityElement

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

Author:
Bhuvan Gupta
See Also:
Serialized Form

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

Constructor Detail

BSFOperation

public BSFOperation()
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()
Gets the methodName attribute of the BSFOperation object

Returns:
The methodName value

getParameterOrder

public java.util.List getParameterOrder()
Gets the parameterOrder attribute of the BSFOperation object

Returns:
The parameterOrder value

getReturnPart

public java.lang.String getReturnPart()
Gets the returnPart attribute of the BSFOperation object

Returns:
The returnPart value

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
Returns:
The required value

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)
Sets the methodName attribute of the BSFOperation object

Parameters:
newMethodName - The new methodName value

setParameterOrder

public void setParameterOrder(java.lang.String newParameterOrderStr)
Sets the parameterOrder attribute of the BSFOperation object

Parameters:
newParameterOrderStr - The new parameterOrder value

setReturnPart

public void setReturnPart(java.lang.String newReturnPart)
Sets the returnPart attribute of the BSFOperation object

Parameters:
newReturnPart - The new returnPart value

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
Parameters:
required - The new required value

toString

public java.lang.String toString()
Description of the Method

Overrides:
toString in class java.lang.Object
Returns:
Description of the Return Value


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.