Class MethodNameSoapActionServiceConfiguration
- java.lang.Object
-
- org.apache.cxf.wsdl.service.factory.AbstractServiceConfiguration
-
- org.apache.cxf.wsdl.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.wsdl.service.factory.AbstractServiceConfiguration
serviceNamespace
-
-
Constructor Summary
Constructors Constructor Description MethodNameSoapActionServiceConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction(OperationInfo op, Method method)-
Methods inherited from class org.apache.cxf.wsdl.service.factory.AbstractServiceConfiguration
getEndpointName, getFaultMessageName, getFaultName, getHolderType, getInParameterName, getInPartName, getInputMessageName, getInterfaceName, getMEP, getOperationName, getOutParameterName, getOutPartName, getOutputMessageName, getRequestWrapper, getRequestWrapperClassName, getRequestWrapperName, getRequestWrapperPartName, getResponseWrapper, getResponseWrapperClassName, getResponseWrapperName, getResponseWrapperPartName, getServiceFactory, getServiceName, getServiceNamespace, getStyle, getWrapperPartMaxOccurs, getWrapperPartMinOccurs, getWsdlURL, hasOutMessage, isAsync, isHeader, isHolder, isInOutParam, isInParam, isOperation, isOutParam, isRPC, isWrapped, isWrapped, isWrapperPartNillable, isWrapperPartQualified, setServiceFactory, setServiceNamespace
-
-
-
-
Method Detail
-
getAction
public String getAction(OperationInfo op, Method method)
- Overrides:
getActionin classAbstractServiceConfiguration
-
-