|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wse.WseNodeUtils
cgl.narada.wsinfra.wse.impl.WseNodeUtilsImpl
public class WseNodeUtilsImpl
A utility class which retrieves the subscription identifier associated with an exchange. The method has to throw exceptions, if either the identifier is null or is not present. Furthermore, the identifier should also be a valid subscription maintained within subscription tables.
| Method Summary | |
|---|---|
GetStatusDocument |
getGetStatusDocument(EnvelopeDocument envelopeDocument)
This method retrieves the GetStatusDocument element from the BODY of the SOAP envelope. |
GetStatusResponseDocument |
getGetStatusResponseDocument(EnvelopeDocument envelopeDocument)
This method retrieves the GetStatusResponseDocument element from the BODY of the SOAP envelope. |
IdentifierDocument |
getIdentifierDocument(EnvelopeDocument envelopeDocument)
This method retrieves the identifier element from the HEADER of the SOAP envelope. |
IdentifierDocument |
getIdentifierDocumentFromBody(EnvelopeDocument envelopeDocument)
This method retrieves the identifier element from the BODY of the SOAP envelope. |
static WseNodeUtils |
getInstance()
|
EndpointReferenceType |
getNotifyTo(SubscribeDocument subscribeDocument)
This method tries to retrieve the notifyTo element. |
RenewDocument |
getRenewDocument(EnvelopeDocument envelopeDocument)
This method retrieves the RenewDocument element from the BODY of the SOAP envelope. |
RenewResponseDocument |
getRenewResponseDocument(EnvelopeDocument envelopeDocument)
This method retrieves the RenewResponseDocument element from the BODY of the SOAP envelope. |
SubscribeDocument |
getSubscribeDocument(EnvelopeDocument envelopeDocument)
This method retrieves the SubscribeDocument element from the BODY of the SOAP envelope. |
SubscribeResponseDocument |
getSubscribeResponseDocument(EnvelopeDocument envelopeDocument)
This method retrieves the SubscribeResponseDocument element from the BODY of the SOAP envelope. |
SubscriptionEndDocument |
getSubscriptionEndDocument(EnvelopeDocument envelopeDocument)
This method retrieves the SubscriptionEndDocument element from the BODY of the SOAP envelope. |
UnsubscribeDocument |
getUnsubscribeDocument(EnvelopeDocument envelopeDocument)
This method retrieves the UnsubscribeDocument element from the BODY of the SOAP envelope. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WseNodeUtils getInstance()
public SubscribeDocument getSubscribeDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
getSubscribeDocument in class WseNodeUtilsWsFaultException
public SubscribeResponseDocument getSubscribeResponseDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
getSubscribeResponseDocument in class WseNodeUtilsWsFaultException
public RenewDocument getRenewDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
getRenewDocument in class WseNodeUtilsWsFaultException
public RenewResponseDocument getRenewResponseDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
getRenewResponseDocument in class WseNodeUtilsWsFaultException
public GetStatusDocument getGetStatusDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
getGetStatusDocument in class WseNodeUtilsWsFaultException
public GetStatusResponseDocument getGetStatusResponseDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
getGetStatusResponseDocument in class WseNodeUtilsWsFaultException
public UnsubscribeDocument getUnsubscribeDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
getUnsubscribeDocument in class WseNodeUtilsWsFaultException
public SubscriptionEndDocument getSubscriptionEndDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
getSubscriptionEndDocument in class WseNodeUtilsWsFaultException
public IdentifierDocument getIdentifierDocument(EnvelopeDocument envelopeDocument)
throws WsFaultException
getIdentifierDocument in class WseNodeUtilsWsFaultException
public IdentifierDocument getIdentifierDocumentFromBody(EnvelopeDocument envelopeDocument)
throws WsFaultException
getIdentifierDocumentFromBody in class WseNodeUtilsWsFaultException
public EndpointReferenceType getNotifyTo(SubscribeDocument subscribeDocument)
throws WsFaultException
getNotifyTo in class WseNodeUtilsWsFaultException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||