|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsrc.java.org.grails.xfire.XFireGrailsAnnotations
class XFireGrailsAnnotations
Constructor Summary | |
XFireGrailsAnnotations()
|
Method Summary | |
---|---|
private java.lang.String
|
genNamespace(java.lang.Class aClass)
|
Collection
|
getFaultHandlers(java.lang.Class clazz)
|
HandlerChainAnnotation
|
getHandlerChainAnnotation(java.lang.Class aClass)
|
Collection
|
getInHandlers(java.lang.Class clazz)
|
Collection
|
getOutHandlers(java.lang.Class clazz)
|
SOAPBindingAnnotation
|
getSOAPBindingAnnotation(java.lang.Class aClass)
|
Map
|
getServiceProperties(java.lang.Class clazz)
|
WebMethodAnnotation
|
getWebMethodAnnotation(Method method)
|
WebParamAnnotation
|
getWebParamAnnotation(Method method, int parameter)
|
WebResultAnnotation
|
getWebResultAnnotation(Method method)
|
WebServiceAnnotation
|
getWebServiceAnnotation(java.lang.Class aClass)
|
boolean
|
hasHandlerChainAnnotation(java.lang.Class aClass)
|
boolean
|
hasOnewayAnnotation(Method method)
|
boolean
|
hasSOAPBindingAnnotation(java.lang.Class aClass)
|
boolean
|
hasWebMethodAnnotation(Method method)
|
boolean
|
hasWebParamAnnotation(Method method, int parameter)
|
boolean
|
hasWebResultAnnotation(Method method)
|
boolean
|
hasWebServiceAnnotation(java.lang.Class aClass)
|
private boolean
|
isExcluded(java.lang.Class aClass, java.lang.String name)
|
private boolean
|
isExposed(java.lang.Class aClass, java.lang.String name)
|
private boolean
|
isHeader(java.lang.Class aClass, java.lang.String name)
|
private boolean
|
shouldBeExcluded(java.lang.String methodName)
|
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
XFireGrailsAnnotations()
Method Detail |
---|
private java.lang.String genNamespace(java.lang.Class aClass)
public Collection getFaultHandlers(java.lang.Class clazz)
public HandlerChainAnnotation getHandlerChainAnnotation(java.lang.Class aClass)
public Collection getInHandlers(java.lang.Class clazz)
public Collection getOutHandlers(java.lang.Class clazz)
public SOAPBindingAnnotation getSOAPBindingAnnotation(java.lang.Class aClass)
public Map getServiceProperties(java.lang.Class clazz)
public WebMethodAnnotation getWebMethodAnnotation(Method method)
public WebParamAnnotation getWebParamAnnotation(Method method, int parameter)
public WebResultAnnotation getWebResultAnnotation(Method method)
public WebServiceAnnotation getWebServiceAnnotation(java.lang.Class aClass)
public boolean hasHandlerChainAnnotation(java.lang.Class aClass)
public boolean hasOnewayAnnotation(Method method)
public boolean hasSOAPBindingAnnotation(java.lang.Class aClass)
public boolean hasWebMethodAnnotation(Method method)
public boolean hasWebParamAnnotation(Method method, int parameter)
public boolean hasWebResultAnnotation(Method method)
public boolean hasWebServiceAnnotation(java.lang.Class aClass)
private boolean isExcluded(java.lang.Class aClass, java.lang.String name)
private boolean isExposed(java.lang.Class aClass, java.lang.String name)
private boolean isHeader(java.lang.Class aClass, java.lang.String name)
private boolean shouldBeExcluded(java.lang.String methodName)
Groovy Documentation