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 org.codehaus.xfire.service.binding.DefaultServiceConfiguration

Author:
Tomasz Sztelak

Constructor Summary
AegisServiceConfiguration()
           
AegisServiceConfiguration(org.codehaus.xfire.service.binding.ObjectServiceFactory serviceFactory)
           
 
Method Summary
 String getAction(org.codehaus.xfire.service.OperationInfo op)
           
 String getOperationName(org.codehaus.xfire.service.ServiceInfo service, Method method)
           
 Boolean isHeader(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(org.codehaus.xfire.service.binding.ObjectServiceFactory serviceFactory)
Method Detail

getOperationName

public String getOperationName(org.codehaus.xfire.service.ServiceInfo service,
                               Method method)
Overrides:
getOperationName in class org.codehaus.xfire.service.binding.DefaultServiceConfiguration

getAction

public String getAction(org.codehaus.xfire.service.OperationInfo op)
Overrides:
getAction in class org.codehaus.xfire.service.binding.DefaultServiceConfiguration

isHeader

public Boolean isHeader(Method method,
                        int j)
Overrides:
isHeader in class org.codehaus.xfire.service.binding.DefaultServiceConfiguration


Copyright © 2004-2013. All Rights Reserved.