|
||||||||||
PREV CLASS NEXT CLASS | 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
org.codehaus.xfire.aegis.AegisServiceConfiguration
public class AegisServiceConfiguration
Constructor Summary | |
---|---|
AegisServiceConfiguration()
|
|
AegisServiceConfiguration(ObjectServiceFactory serviceFactory)
|
Method Summary | |
---|---|
java.lang.String |
getAction(OperationInfo op)
|
java.lang.String |
getOperationName(ServiceInfo service,
java.lang.reflect.Method method)
Creates a name for the operation from the method name. |
java.lang.Boolean |
isHeader(java.lang.reflect.Method method,
int j)
|
Methods inherited from class org.codehaus.xfire.service.binding.DefaultServiceConfiguration |
---|
getFaultName, getInParameterName, getInputMessageName, getMEP, getOutParameterName, getOutputMessageName, getServiceFactory, hasOutMessage, isAsync, isInParam, isOperation, isOutParam, setServiceFactory |
Methods inherited from class org.codehaus.xfire.service.binding.ServiceConfiguration |
---|
getPortType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AegisServiceConfiguration()
public AegisServiceConfiguration(ObjectServiceFactory serviceFactory)
Method Detail |
---|
public java.lang.String getOperationName(ServiceInfo service, java.lang.reflect.Method method)
DefaultServiceConfiguration
doSomething
, the first one will have an operation name of
"doSomething" and the second "doSomething1".
getOperationName
in class DefaultServiceConfiguration
public java.lang.String getAction(OperationInfo op)
getAction
in class DefaultServiceConfiguration
public java.lang.Boolean isHeader(java.lang.reflect.Method method, int j)
isHeader
in class DefaultServiceConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |