org.apache.openejb.server.cxf
Class CxfServiceConfiguration

java.lang.Object
  extended by org.apache.cxf.service.factory.AbstractServiceConfiguration
      extended by org.apache.openejb.server.cxf.CxfServiceConfiguration

public class CxfServiceConfiguration
extends org.apache.cxf.service.factory.AbstractServiceConfiguration

Used to overwrite serviceName and portName values of WebService annotation.


Field Summary
 
Fields inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration
serviceNamespace
 
Constructor Summary
CxfServiceConfiguration(PortData portData)
           
 
Method Summary
 javax.xml.namespace.QName getEndpointName()
           
 java.lang.String getServiceName()
           
 java.lang.String getServiceNamespace()
           
 java.lang.String getWsdlURL()
           
 
Methods inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration
getAction, getFaultMessageName, getFaultName, getHolderType, getInParameterName, getInPartName, getInputMessageName, getInterfaceName, getMEP, getOperationName, getOutParameterName, getOutPartName, getOutputMessageName, getRequestWrapper, getRequestWrapperClassName, getRequestWrapperName, getRequestWrapperPartName, getResponseWrapper, getResponseWrapperClassName, getResponseWrapperName, getResponseWrapperPartName, getServiceFactory, getStyle, getWrapperPartMaxOccurs, getWrapperPartMinOccurs, 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

CxfServiceConfiguration

public CxfServiceConfiguration(PortData portData)
Method Detail

getServiceName

public java.lang.String getServiceName()
Overrides:
getServiceName in class org.apache.cxf.service.factory.AbstractServiceConfiguration

getServiceNamespace

public java.lang.String getServiceNamespace()
Overrides:
getServiceNamespace in class org.apache.cxf.service.factory.AbstractServiceConfiguration

getEndpointName

public javax.xml.namespace.QName getEndpointName()
Overrides:
getEndpointName in class org.apache.cxf.service.factory.AbstractServiceConfiguration

getWsdlURL

public java.lang.String getWsdlURL()
Overrides:
getWsdlURL in class org.apache.cxf.service.factory.AbstractServiceConfiguration


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.