com.carbonfive.flashgateway.security.config
Class Service

java.lang.Object
  extended bycom.carbonfive.flashgateway.security.config.Service

public class Service
extends java.lang.Object

Service configuration class.


Constructor Summary
Service()
           
 
Method Summary
 void addMethod(Method method)
           
 Method getMethod(java.lang.String methodName)
           
 java.util.Map getMethods()
           
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Service

public Service()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getMethods

public java.util.Map getMethods()

addMethod

public void addMethod(Method method)

getMethod

public Method getMethod(java.lang.String methodName)

toString

public java.lang.String toString()