Package com.sun.tools.ws.processor.model
Class Service
- java.lang.Object
-
- com.sun.tools.ws.processor.model.ModelObject
-
- com.sun.tools.ws.processor.model.Service
-
public class Service extends ModelObject
- Author:
- WS Development Team
-
-
Field Summary
-
Fields inherited from class com.sun.tools.ws.processor.model.ModelObject
errorReceiver
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ModelVisitor visitor)voidaddPort(Port port)JavaInterfacegetJavaInterface()JavaInterfacegetJavaIntf()QNamegetName()PortgetPortByName(QName n)List<Port>getPorts()voidsetJavaInterface(JavaInterface i)voidsetName(QName n)voidsetPorts(List<Port> m)-
Methods inherited from class com.sun.tools.ws.processor.model.ModelObject
getEntity, getJavaDoc, getLocator, getProperties, getPropertiesMap, getProperty, removeProperty, setErrorReceiver, setJavaDoc, setPropertiesMap, setProperty
-
-
-
-
Constructor Detail
-
Service
public Service(Entity entity)
-
Service
public Service(QName name, JavaInterface javaInterface, Entity entity)
-
-
Method Detail
-
getName
public QName getName()
-
setName
public void setName(QName n)
-
addPort
public void addPort(Port port)
-
getJavaIntf
public JavaInterface getJavaIntf()
-
getJavaInterface
public JavaInterface getJavaInterface()
-
setJavaInterface
public void setJavaInterface(JavaInterface i)
-
accept
public void accept(ModelVisitor visitor) throws Exception
- Specified by:
acceptin classModelObject- Throws:
Exception
-
-