|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.web.service.WSPermis
public class WSPermis
Constructor Summary | |
---|---|
WSPermis()
Creates a new instance of WSPermis |
Method Summary | |
---|---|
org.w3c.dom.Element |
invoke(org.w3c.dom.Element message)
This method is used to receive a WS_TRUST, XCAML or SAML message and return corresponding response. |
java.lang.String |
invoke(java.lang.String message)
This method is used to receive a WS_TRUST, XCAML or SAML message and return corresponding response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSPermis() throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public java.lang.String invoke(java.lang.String message) throws HandlerServiceException
invoke
in interface WSProtocol
message,
- which is the received message.
HandlerServiceException
public org.w3c.dom.Element invoke(org.w3c.dom.Element message) throws HandlerServiceException
invoke
in interface WSProtocol
message,
- which is the received message.
HandlerServiceException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |