Package org.apache.cxf.wsn.client
Class Registration
- java.lang.Object
-
- org.apache.cxf.wsn.client.Registration
-
- All Implemented Interfaces:
Referencable
public class Registration extends Object implements Referencable
-
-
Constructor Summary
Constructors Constructor Description Registration(String address)Registration(javax.xml.ws.wsaddressing.W3CEndpointReference epr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()javax.xml.ws.wsaddressing.W3CEndpointReferencegetEpr()PublisherRegistrationManagergetRegistration()
-
-
-
Constructor Detail
-
Registration
public Registration(String address)
-
Registration
public Registration(javax.xml.ws.wsaddressing.W3CEndpointReference epr)
-
-
Method Detail
-
getRegistration
public PublisherRegistrationManager getRegistration()
-
getEpr
public javax.xml.ws.wsaddressing.W3CEndpointReference getEpr()
- Specified by:
getEprin interfaceReferencable
-
destroy
public void destroy() throws ResourceUnknownFault, ResourceNotDestroyedFault
-
-