org.codehaus.xfire.aegis
Class AegisServiceConfiguration

java.lang.Object
  extended by org.codehaus.xfire.service.binding.ServiceConfiguration
      extended by org.codehaus.xfire.service.binding.DefaultServiceConfiguration
          extended by org.codehaus.xfire.aegis.AegisServiceConfiguration

public class AegisServiceConfiguration
extends DefaultServiceConfiguration

Author:
Tomasz Sztelak

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

AegisServiceConfiguration

public AegisServiceConfiguration()

AegisServiceConfiguration

public AegisServiceConfiguration(ObjectServiceFactory serviceFactory)
Method Detail

getOperationName

public java.lang.String getOperationName(ServiceInfo service,
                                         java.lang.reflect.Method method)
Description copied from class: DefaultServiceConfiguration
Creates a name for the operation from the method name. If an operation with that name already exists, a name is create by appending an integer to the end. I.e. if there is already two methods named doSomething, the first one will have an operation name of "doSomething" and the second "doSomething1".

Overrides:
getOperationName in class DefaultServiceConfiguration

getAction

public java.lang.String getAction(OperationInfo op)
Overrides:
getAction in class DefaultServiceConfiguration

isHeader

public java.lang.Boolean isHeader(java.lang.reflect.Method method,
                                  int j)
Overrides:
isHeader in class DefaultServiceConfiguration


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.