org.apache.cxf.aegis.databinding
Class XFireCompatibilityServiceConfiguration

java.lang.Object
  extended by org.apache.cxf.service.factory.AbstractServiceConfiguration
      extended by org.apache.cxf.aegis.databinding.XFireCompatibilityServiceConfiguration

public class XFireCompatibilityServiceConfiguration
extends AbstractServiceConfiguration

This service configuration uses XFire-compatible conventions for assigning namespace URI's to Java packages when naming services.


Field Summary
 
Fields inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration
serviceNamespace
 
Constructor Summary
XFireCompatibilityServiceConfiguration()
           
 
Method Summary
 java.lang.String getServiceNamespace()
           
 
Methods inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration
getAction, getEndpointName, getFaultName, getHolderType, getInParameterName, getInPartName, getInputMessageName, getInterfaceName, getMEP, getOperationName, getOutParameterName, getOutPartName, getOutputMessageName, getRequestWrapper, getRequestWrapperClassName, getRequestWrapperName, getResponseWrapper, getResponseWrapperClassName, getResponseWrapperName, getResponseWrapperPartName, getServiceFactory, getServiceName, 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

XFireCompatibilityServiceConfiguration

public XFireCompatibilityServiceConfiguration()
Method Detail

getServiceNamespace

public java.lang.String getServiceNamespace()
Overrides:
getServiceNamespace in class AbstractServiceConfiguration


Apache CXF