public abstract class AbstractInterface extends AbstractWsdlModelItem
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addEndpoint(java.lang.String endpoint) |
|
void |
addInterfaceListener(InterfaceListener listener) |
|
void |
changeEndpoint(java.lang.String oldEndpoint, java.lang.String newEndpoint) |
|
void |
fireOperationAdded(Operation operation) |
|
void |
fireOperationRemoved(Operation operation) |
|
void |
fireOperationUpdated(Operation operation) |
|
void |
fireRequestAdded(Request request) |
|
void |
fireRequestRemoved(Request request) |
|
Operation[] |
getAllOperations() |
|
java.util.List<? extends ModelItem> |
getChildren() |
|
T |
getConfig() |
|
java.lang.String |
getDefinition() |
|
AbstractDefinitionContext |
getDefinitionContext() |
|
java.lang.String[] |
getEndpoints() |
|
WsdlProject |
getProject() |
|
java.lang.String |
getType() |
|
boolean |
isDefinitionShareble() |
|
void |
release() |
|
void |
removeEndpoint(java.lang.String endpoint) |
|
void |
removeInterfaceListener(InterfaceListener listener) |