org.apache.cxf.ws.rm
Class RMEndpoint

java.lang.Object
  extended by org.apache.cxf.ws.rm.RMEndpoint

public class RMEndpoint
extends java.lang.Object


Constructor Summary
RMEndpoint(RMManager m, org.apache.cxf.endpoint.Endpoint ae)
           
 
Method Summary
 org.apache.cxf.endpoint.Endpoint getApplicationEndpoint()
           
 org.apache.cxf.service.model.BindingInfo getBindingInfo()
           
 Destination getDestination()
           
 org.apache.cxf.endpoint.Endpoint getEndpoint()
           
 RMManager getManager()
           
 javax.xml.namespace.QName getName()
           
 Proxy getProxy()
           
 Servant getServant()
           
 org.apache.cxf.service.Service getService()
           
 Source getSource()
           
 void setDestination(Destination destination)
           
 void setSource(Source source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMEndpoint

public RMEndpoint(RMManager m,
                  org.apache.cxf.endpoint.Endpoint ae)
Method Detail

getName

public javax.xml.namespace.QName getName()

getManager

public RMManager getManager()
Returns:
Returns the bus.

getApplicationEndpoint

public org.apache.cxf.endpoint.Endpoint getApplicationEndpoint()
Returns:
Returns the application endpoint.

getEndpoint

public org.apache.cxf.endpoint.Endpoint getEndpoint()
Returns:
Returns the RM protocol endpoint.

getService

public org.apache.cxf.service.Service getService()
Returns:
Returns the RM protocol service.

getBindingInfo

public org.apache.cxf.service.model.BindingInfo getBindingInfo()
Returns:
Returns the RM protocol binding info.

getProxy

public Proxy getProxy()
Returns:
Returns the proxy.

getServant

public Servant getServant()
Returns:
Returns the servant.

getDestination

public Destination getDestination()
Returns:
Returns the destination.

setDestination

public void setDestination(Destination destination)
Parameters:
destination - The destination to set.

getSource

public Source getSource()
Returns:
Returns the source.

setSource

public void setSource(Source source)
Parameters:
source - The source to set.


Copyright © 2006 Apache Software Foundation. All Rights Reserved.