org.ow2.petals.kernel.api.service
Interface ServiceEndpoint


public interface ServiceEndpoint

The petals service endpoint definition

Author:
chamerling - eBM WebSourcing

Nested Class Summary
static class ServiceEndpoint.EndpointType
           
 
Method Summary
 org.w3c.dom.Document getDescription()
           
 java.lang.String getEndpointName()
           
 java.util.List<javax.xml.namespace.QName> getInterfacesName()
           
 Location getLocation()
           
 javax.xml.namespace.QName getServiceName()
           
 ServiceEndpoint.EndpointType getType()
           
 void setType(ServiceEndpoint.EndpointType type)
           
 

Method Detail

getType

ServiceEndpoint.EndpointType getType()

setType

void setType(ServiceEndpoint.EndpointType type)

getEndpointName

java.lang.String getEndpointName()
Returns:

getServiceName

javax.xml.namespace.QName getServiceName()
Returns:

getInterfacesName

java.util.List<javax.xml.namespace.QName> getInterfacesName()
Returns:

getDescription

org.w3c.dom.Document getDescription()
Returns:

getLocation

Location getLocation()
Returns:


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.