org.objectweb.petals.description
Class ServiceEndpointImpl

java.lang.Object
  extended byorg.objectweb.petals.description.ServiceEndpointImpl
All Implemented Interfaces:
ServiceEndpoint

public class ServiceEndpointImpl
extends Object
implements ServiceEndpoint

Author:
Adrien LOUIS - EBM WebSourcing TODO ServiceEndpointImpl :serviceName "namespace" & "prefixe" attributes are ignored in the directory.

Constructor Summary
ServiceEndpointImpl(javax.xml.namespace.QName serviceName, String endpointName)
           
 
Method Summary
 DocumentFragment getAsReference(javax.xml.namespace.QName operationName)
          TODO getAsReference
 String getEndpointName()
           
 javax.xml.namespace.QName[] getInterfaces()
          TODO getInterfaces
 String getName()
           
 javax.xml.namespace.QName getServiceName()
           
 void setEndpointName(String endpointName)
           
 void setServiceName(javax.xml.namespace.QName serviceName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceEndpointImpl

public ServiceEndpointImpl(javax.xml.namespace.QName serviceName,
                           String endpointName)
Method Detail

getInterfaces

public javax.xml.namespace.QName[] getInterfaces()
TODO getInterfaces

Specified by:
getInterfaces in interface ServiceEndpoint

getAsReference

public DocumentFragment getAsReference(javax.xml.namespace.QName operationName)
TODO getAsReference

Specified by:
getAsReference in interface ServiceEndpoint

getEndpointName

public String getEndpointName()
Specified by:
getEndpointName in interface ServiceEndpoint
See Also:
ServiceEndpoint.getEndpointName()

getServiceName

public javax.xml.namespace.QName getServiceName()
Specified by:
getServiceName in interface ServiceEndpoint
See Also:
ServiceEndpoint.getServiceName()

setEndpointName

public void setEndpointName(String endpointName)

setServiceName

public void setServiceName(javax.xml.namespace.QName serviceName)

toString

public String toString()

getName

public String getName()