public class Service extends ModelObject
errorReceiver
Constructor and Description |
---|
Service(Entity entity) |
Service(QName name,
JavaInterface javaInterface,
Entity entity) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ModelVisitor visitor) |
void |
addPort(Port port) |
JavaInterface |
getJavaInterface() |
JavaInterface |
getJavaIntf() |
QName |
getName() |
Port |
getPortByName(QName n) |
List<Port> |
getPorts() |
void |
setJavaInterface(JavaInterface i) |
void |
setName(QName n) |
void |
setPorts(List<Port> m) |
getEntity, getJavaDoc, getLocator, getProperties, getPropertiesMap, getProperty, removeProperty, setErrorReceiver, setJavaDoc, setPropertiesMap, setProperty
public Service(Entity entity)
public Service(QName name, JavaInterface javaInterface, Entity entity)
public QName getName()
public void setName(QName n)
public void addPort(Port port)
public JavaInterface getJavaIntf()
public JavaInterface getJavaInterface()
public void setJavaInterface(JavaInterface i)
public void accept(ModelVisitor visitor) throws Exception
accept
in class ModelObject
Exception
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.