Apache CXF API

org.apache.cxf.wsn.client
Class Registration

java.lang.Object
  extended by org.apache.cxf.wsn.client.Registration
All Implemented Interfaces:
Referencable

public class Registration
extends Object
implements Referencable


Constructor Summary
Registration(String address)
           
Registration(W3CEndpointReference epr)
           
 
Method Summary
 void destroy()
           
 W3CEndpointReference getEpr()
           
 PublisherRegistrationManager getRegistration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Registration

public Registration(String address)

Registration

public Registration(W3CEndpointReference epr)
Method Detail

getRegistration

public PublisherRegistrationManager getRegistration()

getEpr

public W3CEndpointReference getEpr()
Specified by:
getEpr in interface Referencable

destroy

public void destroy()
             throws ResourceUnknownFault,
                    ResourceNotDestroyedFault
Throws:
ResourceUnknownFault
ResourceNotDestroyedFault

Apache CXF API

Apache CXF