Apache CXF API

org.apache.cxf.tools.common.model
Class JavaServiceClass

java.lang.Object
  extended by org.apache.cxf.tools.common.model.JavaInterface
      extended by org.apache.cxf.tools.common.model.JavaClass
          extended by org.apache.cxf.tools.common.model.JavaServiceClass
All Implemented Interfaces:
JavaAnnotatable

public class JavaServiceClass
extends JavaClass


Constructor Summary
JavaServiceClass(JavaModel model)
           
 
Method Summary
 void addPort(JavaPort port)
           
 List<JavaPort> getPorts()
           
 String getServiceName()
           
 void setServiceName(String name)
           
 
Methods inherited from class org.apache.cxf.tools.common.model.JavaClass
addField, appendGetter, appendSetter, getFields
 
Methods inherited from class org.apache.cxf.tools.common.model.JavaInterface
addAnnotation, addImport, addImports, addMethod, annotate, getAnnotations, getClassJavaDoc, getFullClassName, getHandlerChains, getImports, getJavaModel, getLocation, getMethods, getName, getNamespace, getPackageJavaDoc, getPackageName, getSOAPParameterStyle, getSOAPStyle, getSOAPUse, getWebServiceName, hasMethod, indexOf, removeMethod, replaceMethod, setClassJavaDoc, setFullClassName, setHandlerChains, setJavaModel, setLocation, setName, setNamespace, setPackageJavaDoc, setPackageName, setSOAPParameterStyle, setSOAPStyle, setSOAPUse, setWebServiceName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaServiceClass

public JavaServiceClass(JavaModel model)
Method Detail

addPort

public void addPort(JavaPort port)

getPorts

public List<JavaPort> getPorts()

setServiceName

public void setServiceName(String name)

getServiceName

public String getServiceName()

Apache CXF API

Apache CXF