Groovy Documentation

src.java.org.grails.xfire.aegis
Class AegisServiceConfiguration

java.lang.Object
  org.codehaus.xfire.service.binding.ServiceConfiguration
      org.codehaus.xfire.service.binding.DefaultServiceConfiguration
          src.java.org.grails.xfire.aegis.AegisServiceConfiguration

class AegisServiceConfiguration
extends org.codehaus.xfire.service.binding.DefaultServiceConfiguration

author:
Tomasz Sztelak


Nested Class Summary
class AegisServiceConfiguration.BeanInfo

class AegisServiceConfiguration.MethodInfo

class AegisServiceConfiguration.ParamInfo

 
Field Summary
private Map classes

private XMLClassMetaInfoManager manager

 
Constructor Summary
AegisServiceConfiguration()

AegisServiceConfiguration(ObjectServiceFactory serviceFactory)

 
Method Summary
java.lang.String getAction(OperationInfo op)

private BeanInfo getBeanInfo(java.lang.Class clazz)

private MethodInfo getMethodInfo(java.lang.Class clazz, Method method)

java.lang.String getOperationName(ServiceInfo service, Method method)

java.lang.Boolean isHeader(Method method, int j)

private BeanInfo parseBeanElement(java.lang.Class clazz)

 
Methods inherited from class org.codehaus.xfire.service.binding.DefaultServiceConfiguration
getAction, getServiceFactory, setServiceFactory, isOperation, isOutParam, isInParam, getInputMessageName, getOutputMessageName, hasOutMessage, getFaultName, isHeader, getOperationName, getMEP, isAsync, getInParameterName, getOutParameterName, getPortType, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 
Methods inherited from class org.codehaus.xfire.service.binding.ServiceConfiguration
getAction, setServiceFactory, isOperation, isOutParam, isInParam, getInputMessageName, getOutputMessageName, hasOutMessage, getFaultName, isHeader, getOperationName, getMEP, isAsync, getInParameterName, getOutParameterName, getPortType, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Field Detail

classes

private Map classes


manager

private final XMLClassMetaInfoManager manager


 
Constructor Detail

AegisServiceConfiguration

public AegisServiceConfiguration()


AegisServiceConfiguration

public AegisServiceConfiguration(ObjectServiceFactory serviceFactory)


 
Method Detail

getAction

public java.lang.String getAction(OperationInfo op)


getBeanInfo

private BeanInfo getBeanInfo(java.lang.Class clazz)
param:
clazz
return:


getMethodInfo

private MethodInfo getMethodInfo(java.lang.Class clazz, Method method)
param:
service
param:
method
return:


getOperationName

public java.lang.String getOperationName(ServiceInfo service, Method method)


isHeader

public java.lang.Boolean isHeader(Method method, int j)


parseBeanElement

private BeanInfo parseBeanElement(java.lang.Class clazz)
param:
service
return:


 

Groovy Documentation