org.apache.cxf.service.factory
Class MethodNameSoapActionServiceConfiguration

java.lang.Object
  extended by org.apache.cxf.service.factory.AbstractServiceConfiguration
      extended by org.apache.cxf.service.factory.MethodNameSoapActionServiceConfiguration

public class MethodNameSoapActionServiceConfiguration
extends AbstractServiceConfiguration

Provide a SOAPAction header for the benefit of dusty toolkits which still require them (e.g. Oracle OC4J).


Field Summary
 
Fields inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration
serviceNamespace
 
Constructor Summary
MethodNameSoapActionServiceConfiguration()
           
 
Method Summary
 java.lang.String getAction(OperationInfo op, java.lang.reflect.Method method)
          
 
Methods inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration
getEndpointName, getFaultName, getHolderType, getInParameterName, getInPartName, getInputMessageName, getInterfaceName, getMEP, getOperationName, getOutParameterName, getOutPartName, getOutputMessageName, getRequestWrapper, getRequestWrapperClassName, getRequestWrapperName, getResponseWrapper, getResponseWrapperClassName, getResponseWrapperName, getResponseWrapperPartName, getServiceFactory, getServiceName, getServiceNamespace, getStyle, getWrapperPartMaxOccurs, getWrapperPartMinOccurs, getWsdlURL, hasOutMessage, isAsync, isHeader, isHolder, isInParam, isOperation, isOutParam, isRPC, isWrapped, isWrapped, isWrapperPartNillable, isWrapperPartQualified, setServiceFactory, setServiceNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodNameSoapActionServiceConfiguration

public MethodNameSoapActionServiceConfiguration()
Method Detail

getAction

public java.lang.String getAction(OperationInfo op,
                                  java.lang.reflect.Method method)

Overrides:
getAction in class AbstractServiceConfiguration


Apache CXF