|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WseResponseCreator
This is a utility class which create various responses based on the specified parameters. This is typically used by the source and the subscriptionManager.
| Method Summary | |
|---|---|
EnvelopeDocument |
createGetStatusResponse(EndpointReferenceType sinkEpr,
EndpointReferenceType subscriptionManagerEpr,
RelatesToDocument relatesTo,
GetStatusResponseDocument getStatusResponseDocument)
Create the SOAP envelope with the specified getStatus response. |
EnvelopeDocument |
createRenewResponse(EndpointReferenceType sinkEpr,
EndpointReferenceType subscriptionManagerEpr,
RelatesToDocument relatesTo,
RenewResponseDocument renewResponseDocument)
Create the SOAP envelope with the specified renew response. |
EnvelopeDocument |
createRenewResponseToSource(EndpointReferenceType sourceEpr,
EndpointReferenceType subscriptionManagerEpr,
String subscriptionIdentifier,
RenewResponseDocument renewResponseDocument)
Create the SOAP envelope with the specified renew response. |
EnvelopeDocument |
createSubscribeResponse(EndpointReferenceType sinkEpr,
EndpointReferenceType sourceEpr,
RelatesToDocument relatesTo,
SubscribeResponseDocument subscribeResponseDocument)
Create the SOAP envelope with the specified subscribe response. |
EnvelopeDocument |
createSubscribeResponseToSM(EndpointReferenceType subscriptionManagerEpr,
EndpointReferenceType sourceEpr,
SubscribeDocument subscribeDocument,
SubscribeResponseDocument subResponseDocument)
Create the SOAP envelope with the specified subscribe response AND the subscribe original request. |
EnvelopeDocument |
createSubscriptionEnd(EndpointReferenceType destinationEpr,
EndpointReferenceType sourceEpr,
SubscriptionEndDocument subscriptionEndDocument)
Creates a SOAP envelope with the subscription end document |
EnvelopeDocument |
createUnsubscribeResponse(EndpointReferenceType sinkEpr,
EndpointReferenceType subscriptionManagerEpr,
RelatesToDocument relatesTo)
Create the SOAP envelope with the specified getStatus response. |
EnvelopeDocument |
createUnsubscribeResponseToSource(EndpointReferenceType sourceEpr,
EndpointReferenceType subscriptionMgrEpr,
String subscriptionIdentifier)
Create the SOAP envelope with the specified getStatus response. |
RelatesToDocument |
getResponseRelatesTo(AddressingHeaders requestHeaders)
Initializes the relates to element appropriately, based on whether there is a messageID in the requestHeaders. |
EndpointReferenceType |
getSendResponseTo(AddressingHeaders requestHeaders,
EndpointReferenceType alternateEPR,
String requestType)
Try and the initialize the EPR to send a response message to. |
| Method Detail |
|---|
EnvelopeDocument createSubscribeResponse(EndpointReferenceType sinkEpr,
EndpointReferenceType sourceEpr,
RelatesToDocument relatesTo,
SubscribeResponseDocument subscribeResponseDocument)
throws ProcessingException
ProcessingException
EnvelopeDocument createSubscribeResponseToSM(EndpointReferenceType subscriptionManagerEpr,
EndpointReferenceType sourceEpr,
SubscribeDocument subscribeDocument,
SubscribeResponseDocument subResponseDocument)
throws ProcessingException
ProcessingException
EnvelopeDocument createRenewResponse(EndpointReferenceType sinkEpr,
EndpointReferenceType subscriptionManagerEpr,
RelatesToDocument relatesTo,
RenewResponseDocument renewResponseDocument)
throws ProcessingException
ProcessingException
EnvelopeDocument createRenewResponseToSource(EndpointReferenceType sourceEpr,
EndpointReferenceType subscriptionManagerEpr,
String subscriptionIdentifier,
RenewResponseDocument renewResponseDocument)
throws ProcessingException
ProcessingException
EnvelopeDocument createGetStatusResponse(EndpointReferenceType sinkEpr,
EndpointReferenceType subscriptionManagerEpr,
RelatesToDocument relatesTo,
GetStatusResponseDocument getStatusResponseDocument)
throws ProcessingException
ProcessingException
EnvelopeDocument createUnsubscribeResponse(EndpointReferenceType sinkEpr,
EndpointReferenceType subscriptionManagerEpr,
RelatesToDocument relatesTo)
throws ProcessingException
ProcessingException
EnvelopeDocument createUnsubscribeResponseToSource(EndpointReferenceType sourceEpr,
EndpointReferenceType subscriptionMgrEpr,
String subscriptionIdentifier)
throws ProcessingException
ProcessingException
EnvelopeDocument createSubscriptionEnd(EndpointReferenceType destinationEpr,
EndpointReferenceType sourceEpr,
SubscriptionEndDocument subscriptionEndDocument)
throws ProcessingException
ProcessingException
EndpointReferenceType getSendResponseTo(AddressingHeaders requestHeaders,
EndpointReferenceType alternateEPR,
String requestType)
throws ProcessingException
ProcessingExceptionRelatesToDocument getResponseRelatesTo(AddressingHeaders requestHeaders)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||