|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Service
This interface represents a service, which groups related endpoints to provide some functionality.
| Method Summary | |
|---|---|
void |
addEndpoint(Endpoint endpoint)
Add a endpoint to this service. |
Endpoint |
getEndpoint(java.lang.String name)
Get the specified endpoint. |
java.util.List<Endpoint> |
getEndpoints()
Get all the endpoints defined here. |
InterfaceType |
getInterface()
Get interface. |
javax.xml.namespace.QName |
getQName()
Get the name of this service. |
Endpoint |
removeEndpoint(java.lang.String name)
Remove the specified endpoint. |
void |
setQName(javax.xml.namespace.QName name)
Set the name of this service. |
| Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement |
|---|
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation |
| Method Detail |
|---|
void setQName(javax.xml.namespace.QName name)
name - the desired namejavax.xml.namespace.QName getQName()
void addEndpoint(Endpoint endpoint)
endpoint - the endpoint to be addedEndpoint getEndpoint(java.lang.String name)
name - the name of the desired endpoint.
Endpoint removeEndpoint(java.lang.String name)
name - the name of the endpoint to be removed.
java.util.List<Endpoint> getEndpoints()
InterfaceType getInterface()
throws WSDLException
WSDLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||