27282930313233
public Publisher(EndpointReferenceType publisherRegistrationReference, ServiceMixClient client) { super(publisherRegistrationReference, client); } public void destroy() throws JBIException { request(new DestroyRegistration()); }
47484950515253
public W3CEndpointReference getEpr() { return epr; } public void destroy() throws ResourceUnknownFault, ResourceNotDestroyedFault { registration.destroyRegistration(new DestroyRegistration()); }