com.ebmwebsourcing.commons.wsdl.api.abstractElmt
Class AbstractServiceImpl<E>
java.lang.Object
com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractServiceImpl<E>
- All Implemented Interfaces:
- Service, WSDLElement, java.io.Serializable
- Direct Known Subclasses:
- ServiceImpl, ServiceImpl
public abstract class AbstractServiceImpl<E>
- extends AbstractWSDLElementImpl<E>
- implements Service
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
desc
protected Description desc
- the desc
endpoints
protected java.util.List<Endpoint> endpoints
- list of endpoints
AbstractServiceImpl
public AbstractServiceImpl()
addEndpoint
public void addEndpoint(Endpoint endpoint)
- Description copied from interface:
Service
- Add a endpoint to this service.
- Specified by:
addEndpoint in interface Service
- Parameters:
endpoint - the endpoint to be added
getEndpoint
public Endpoint getEndpoint(java.lang.String name)
- Description copied from interface:
Service
- Get the specified endpoint.
- Specified by:
getEndpoint in interface Service
- Parameters:
name - the name of the desired endpoint.
- Returns:
- the corresponding endpoint, or null if there wasn't any matching
endpoint
getEndpoints
public java.util.List<Endpoint> getEndpoints()
- Description copied from interface:
Service
- Get all the endpoints defined here.
- Specified by:
getEndpoints in interface Service
getDescription
public Description getDescription()
- Returns:
- the desc
Copyright © 2008 eBM WebSourcing. All Rights Reserved.