|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.narada.wsinfra.wse.impl.WseRequestCreatorImpl
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. |
static WseRequestCreator |
getInstance()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static WseRequestCreator getInstance()
public EnvelopeDocument createSubscribe(EndpointReferenceType sourceEpr, EndpointReferenceType sinkEpr, SubscribeDocument subscribeDocument) throws ProcessingException
createSubscribe in interface WseRequestCreatorProcessingExceptionpublic EnvelopeDocument createRenew(EndpointReferenceType subscriptionManagerEpr, EndpointReferenceType sinkEpr, RenewDocument renewDocument) throws ProcessingException
createRenew in interface WseRequestCreatorProcessingExceptionpublic EnvelopeDocument createGetStatus(EndpointReferenceType subscriptionManagerEpr, EndpointReferenceType sinkEpr, GetStatusDocument getStatusDocument) throws ProcessingException
createGetStatus in interface WseRequestCreatorProcessingExceptionpublic EnvelopeDocument createUnsubscribe(EndpointReferenceType subscriptionManagerEpr, EndpointReferenceType sinkEpr) throws ProcessingException
createUnsubscribe in interface WseRequestCreatorProcessingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||