org.apache.cxf.ws.rm
Class RMEndpoint
java.lang.Object
org.apache.cxf.ws.rm.RMEndpoint
public class RMEndpoint
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMEndpoint
public RMEndpoint(RMManager m,
org.apache.cxf.endpoint.Endpoint ae)
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.