flex.messaging.services.remoting.adapters
Class RemotingMethod

java.lang.Object
  extended by flex.messaging.services.remoting.adapters.RemotingMethod

public class RemotingMethod
extends Object

Used to define included and excluded methods exposed by the JavaAdapter for a remoting destination. This class performs no internal synchronization.


Constructor Summary
RemotingMethod()
           
 
Method Summary
 String getName()
          Returns the method name.
 SecurityConstraint getSecurityConstraint()
          Returns the SecurityConstraint that will be applied to invocations of the remoting method.
 void setName(String value)
          Sets the method name.
 void setSecurityConstraint(SecurityConstraint value)
          Sets the SecurityConstraint that will be applied to invocations of the remoting method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotingMethod

public RemotingMethod()
Method Detail

getName

public String getName()
Returns the method name. Because mapping ActionScript data types to Java data types is indeterminate in some cases, explicit overloaded methods are not currently supported so no parameter signature property is defined.

Returns:
method name

setName

public void setName(String value)
Sets the method name. Because mapping ActionScript data types to Java data types is indeterminate in some cases, explicit overloaded methods are not currently supported so no parameter signature property is defined.

Parameters:
value - method name

getSecurityConstraint

public SecurityConstraint getSecurityConstraint()
Returns the SecurityConstraint that will be applied to invocations of the remoting method.

Returns:
SecurityConstraint that will be applied to invocations of the remoting method.

setSecurityConstraint

public void setSecurityConstraint(SecurityConstraint value)
Sets the SecurityConstraint that will be applied to invocations of the remoting method.

Parameters:
value - the SecurityConstraint that will be applied to invocations of the remoting method.


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/services/remoting/adapters/RemotingMethod.html