org.objectweb.petals.tools.rmi.common.serializable
Class ServiceEndpoint

java.lang.Object
  extended by org.objectweb.petals.tools.rmi.common.serializable.ServiceEndpoint
All Implemented Interfaces:
java.io.Serializable, javax.jbi.servicedesc.ServiceEndpoint

public class ServiceEndpoint
extends java.lang.Object
implements javax.jbi.servicedesc.ServiceEndpoint, java.io.Serializable

RMI implementation of service endpoint.

Author:
nsalatge
See Also:
Serialized Form

Constructor Summary
ServiceEndpoint(javax.xml.namespace.QName serviceName, java.lang.String endpointName, javax.xml.namespace.QName[] interfaces)
          the default constructor.
 
Method Summary
 org.w3c.dom.DocumentFragment getAsReference(javax.xml.namespace.QName operationName)
          Get the reference.
 java.lang.String getEndpointName()
          Get the endpoint name.
 javax.xml.namespace.QName[] getInterfaces()
          Get interfaces.
 javax.xml.namespace.QName getServiceName()
          Get service names.
 java.lang.String toString()
          toString method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceEndpoint

public ServiceEndpoint(javax.xml.namespace.QName serviceName,
                       java.lang.String endpointName,
                       javax.xml.namespace.QName[] interfaces)
the default constructor.

Parameters:
serviceName - the service name
endpointName - the endpoint name
interfaces - the interfaces
Method Detail

getEndpointName

public java.lang.String getEndpointName()
Get the endpoint name.

Specified by:
getEndpointName in interface javax.jbi.servicedesc.ServiceEndpoint
Returns:
the endpoint name

getInterfaces

public javax.xml.namespace.QName[] getInterfaces()
Get interfaces.

Specified by:
getInterfaces in interface javax.jbi.servicedesc.ServiceEndpoint
Returns:
the interfaces.

getServiceName

public javax.xml.namespace.QName getServiceName()
Get service names.

Specified by:
getServiceName in interface javax.jbi.servicedesc.ServiceEndpoint
Returns:
the service name

getAsReference

public org.w3c.dom.DocumentFragment getAsReference(javax.xml.namespace.QName operationName)
Get the reference.

Specified by:
getAsReference in interface javax.jbi.servicedesc.ServiceEndpoint
Parameters:
operationName - the operation name
Returns:
the document fragment

toString

public java.lang.String toString()
toString method.

Overrides:
toString in class java.lang.Object
Returns:
the string representation of service endpoint


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