|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WseRequestCreator
This is a utility class which is used to create requests based on the specified parameters. The requests created by this utility class include
| Method Summary | |
|---|---|
EnvelopeDocument |
createGetStatus(EndpointReferenceType subscriptionManagerEpr,
EndpointReferenceType sinkEpr,
GetStatusDocument getStatusDocument)
Create the SOAP envelope with the specified getStatus request. |
EnvelopeDocument |
createRenew(EndpointReferenceType subscriptionManagerEpr,
EndpointReferenceType sinkEpr,
RenewDocument renewDocument)
Create the SOAP envelope with the specified renew request. |
EnvelopeDocument |
createSubscribe(EndpointReferenceType sourceEpr,
EndpointReferenceType sinkEpr,
SubscribeDocument subscribeDocument)
Create the SOAP envelope with the specified subscribe request. |
EnvelopeDocument |
createUnsubscribe(EndpointReferenceType subscriptionManagerEpr,
EndpointReferenceType sinkEpr)
Create the SOAP envelope with the specified getStatus request. |
| Method Detail |
|---|
EnvelopeDocument createSubscribe(EndpointReferenceType sourceEpr, EndpointReferenceType sinkEpr, SubscribeDocument subscribeDocument) throws ProcessingException
ProcessingExceptionEnvelopeDocument createRenew(EndpointReferenceType subscriptionManagerEpr, EndpointReferenceType sinkEpr, RenewDocument renewDocument) throws ProcessingException
ProcessingExceptionEnvelopeDocument createGetStatus(EndpointReferenceType subscriptionManagerEpr, EndpointReferenceType sinkEpr, GetStatusDocument getStatusDocument) throws ProcessingException
ProcessingExceptionEnvelopeDocument createUnsubscribe(EndpointReferenceType subscriptionManagerEpr, EndpointReferenceType sinkEpr) throws ProcessingException
ProcessingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||