org.apache.geronimo.cxf
Class CXFServiceConfiguration

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

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

Used to overwrite serviceName and portName values of WebService annotation.


Constructor Summary
CXFServiceConfiguration(PortInfo portInfo, URL wsdlURL)
           
 
Method Summary
 QName getEndpointName()
           
 String getServiceName()
           
 String getServiceNamespace()
           
 String getWsdlURL()
           
 
Methods inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration
getAction, getFaultName, getInParameterName, getInPartName, getInputMessageName, getInterfaceName, getMEP, getOperationName, getOutParameterName, getOutPartName, getOutputMessageName, getRequestWrapper, getRequestWrapperClassName, getRequestWrapperName, getResponseWrapper, getResponseWrapperClassName, getResponseWrapperName, getServiceFactory, getStyle, hasOutMessage, isAsync, isHeader, isInParam, isOperation, isOutParam, isRPC, isWrapped, isWrapped, setServiceFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CXFServiceConfiguration

public CXFServiceConfiguration(PortInfo portInfo,
                               URL wsdlURL)
Method Detail

getServiceName

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

getServiceNamespace

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

getEndpointName

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

getWsdlURL

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


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.