|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.narada.wsinfra.wse.WseNodeUtils
public abstract class WseNodeUtils
A utility class which retrieves various elements that are relevant to WS-Eventing. The method class will also throw relevant exceptions if it encounters problems in locating content.
Constructor Summary | |
---|---|
WseNodeUtils()
|
Method Summary | |
---|---|
abstract GetStatusDocument |
getGetStatusDocument(EnvelopeDocument envelopeDocument)
This method retrieves the GetStatusDocument element from the BODY of the SOAP envelope. |
abstract GetStatusResponseDocument |
getGetStatusResponseDocument(EnvelopeDocument envelopeDocument)
This method retrieves the GetStatusResponseDocument element from the BODY of the SOAP envelope. |
abstract IdentifierDocument |
getIdentifierDocument(EnvelopeDocument envelopeDocument)
This method retrieves the identifier element from the HEADER of the SOAP envelope. |
abstract IdentifierDocument |
getIdentifierDocumentFromBody(EnvelopeDocument envelopeDocument)
This method retrieves the identifier element from the HEADER of the SOAP envelope. |
static WseNodeUtils |
getInstance()
|
abstract EndpointReferenceType |
getNotifyTo(SubscribeDocument subscribeDocument)
This method tries to retrieve the notifyTo element. |
abstract RenewDocument |
getRenewDocument(EnvelopeDocument envelopeDocument)
This method retrieves the RenewDocument element from the BODY of the SOAP envelope. |
abstract RenewResponseDocument |
getRenewResponseDocument(EnvelopeDocument envelopeDocument)
This method retrieves the RenewResponseDocument element from the BODY of the SOAP envelope. |
abstract SubscribeDocument |
getSubscribeDocument(EnvelopeDocument envelopeDocument)
This method retrieves the SubscribeDocument element from the BODY of the SOAP envelope. |
abstract SubscribeResponseDocument |
getSubscribeResponseDocument(EnvelopeDocument envelopeDocument)
This method retrieves the SubscribeResponseDocument element from the BODY of the SOAP envelope. |
abstract SubscriptionEndDocument |
getSubscriptionEndDocument(EnvelopeDocument envelopeDocument)
This method retrieves the SubscriptionEndDocument element from the BODY of the SOAP envelope. |
abstract 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 |
Constructor Detail |
---|
public WseNodeUtils()
Method Detail |
---|
public static WseNodeUtils getInstance()
public abstract SubscribeDocument getSubscribeDocument(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
public abstract SubscribeResponseDocument getSubscribeResponseDocument(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
public abstract RenewDocument getRenewDocument(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
public abstract RenewResponseDocument getRenewResponseDocument(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
public abstract GetStatusDocument getGetStatusDocument(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
public abstract GetStatusResponseDocument getGetStatusResponseDocument(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
public abstract UnsubscribeDocument getUnsubscribeDocument(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
public abstract SubscriptionEndDocument getSubscriptionEndDocument(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
public abstract IdentifierDocument getIdentifierDocument(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
public abstract IdentifierDocument getIdentifierDocumentFromBody(EnvelopeDocument envelopeDocument) throws WsFaultException
WsFaultException
public abstract EndpointReferenceType getNotifyTo(SubscribeDocument subscribeDocument) throws WsFaultException
WsFaultException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |