org.ow2.util.ee.metadata.common.api.struct
Interface IJavaxJwsWebMethod

All Superinterfaces:
Serializable

public interface IJavaxJwsWebMethod
extends Serializable

Manage WebMethod metadata.

Author:
Florent Benoit

Method Summary
 String getAction()
           
 boolean getExclude()
           
 String getOperationName()
           
 void setAction(String action)
          Sets the action for this operation.
 void setExclude(boolean isExclude)
          Sets the exclude flag.
 void setOperationName(String operationName)
          Sets the name of the wsdl:operation matching this method.
 

Method Detail

getAction

String getAction()
Returns:
The action for this operation.

setAction

void setAction(String action)
Sets the action for this operation.

Parameters:
action - the given action

setExclude

void setExclude(boolean isExclude)
Sets the exclude flag.

Parameters:
isExclude - true/false

getExclude

boolean getExclude()
Returns:
true if the method is excluded.

setOperationName

void setOperationName(String operationName)
Sets the name of the wsdl:operation matching this method.

Parameters:
operationName - the given operation name

getOperationName

String getOperationName()
Returns:
the name of the wsdl:operation matching this method.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.