|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
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 |
---|
private Map classes
private final XMLClassMetaInfoManager manager
Constructor Detail |
---|
public AegisServiceConfiguration()
public AegisServiceConfiguration(ObjectServiceFactory serviceFactory)
Method Detail |
---|
public java.lang.String getAction(OperationInfo op)
private BeanInfo getBeanInfo(java.lang.Class clazz)
private MethodInfo getMethodInfo(java.lang.Class clazz, Method method)
public java.lang.String getOperationName(ServiceInfo service, Method method)
public java.lang.Boolean isHeader(Method method, int j)
private BeanInfo parseBeanElement(java.lang.Class clazz)
Groovy Documentation