it.imolinfo.jbi4corba.jbi.endpoint
Class Jbi4CorbaSFServiceEndpoint

java.lang.Object
  extended by it.imolinfo.jbi4corba.jbi.endpoint.Jbi4CorbaSFServiceEndpoint
All Implemented Interfaces:
javax.jbi.servicedesc.ServiceEndpoint

public class Jbi4CorbaSFServiceEndpoint
extends Object
implements javax.jbi.servicedesc.ServiceEndpoint

This Class Implements ServiceEndpoint for resolve the endpoint dynamically and use it for setting the dynamic corba object in the exchange

Author:
Luca Acquaviva

Constructor Summary
Jbi4CorbaSFServiceEndpoint(Jbi4CorbaEndpoint ep, DocumentFragment epr, String ior)
          EPR info / private EPREndpointInfo eprInfo; /** Constructor
 
Method Summary
 DocumentFragment getAsReference(QName arg0)
           
 Jbi4CorbaEndpoint getEndpoint()
          Return the Jbi4Corba Endpoint
 String getEndpointName()
          Return the Endpointname
 QName[] getInterfaces()
          Return the Endpointname
 String getIor()
          Return the IOR
 QName getServiceName()
          Return the Endpointname
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jbi4CorbaSFServiceEndpoint

public Jbi4CorbaSFServiceEndpoint(Jbi4CorbaEndpoint ep,
                                  DocumentFragment epr,
                                  String ior)
EPR info / private EPREndpointInfo eprInfo; /** Constructor

Method Detail

getAsReference

public DocumentFragment getAsReference(QName arg0)
Specified by:
getAsReference in interface javax.jbi.servicedesc.ServiceEndpoint

getEndpointName

public String getEndpointName()
Return the Endpointname

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

getInterfaces

public QName[] getInterfaces()
Return the Endpointname

Specified by:
getInterfaces in interface javax.jbi.servicedesc.ServiceEndpoint

getServiceName

public QName getServiceName()
Return the Endpointname

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

getEndpoint

public Jbi4CorbaEndpoint getEndpoint()
Return the Jbi4Corba Endpoint


getIor

public String getIor()
Return the IOR



Copyright © 2005-2010 Imola Informatica. All Rights Reserved.