|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.provider.wsit.SOAPAuthParam
public class SOAPAuthParam
SOAP authentication parameter.
An instance of SOAPAuthParam may be created with a null response object
(for example during a call to
ServerAuthContext.validateRequest).
If so, a response object may be created as necessary (by modules),
and set into the SOAPAuthParam via the setResponse method.
An instance of SOAPAuthParam may also be created with a null
request object (for example during a call to
ServerAuthContext.secureResponse).
| Constructor Summary | |
|---|---|
SOAPAuthParam(Object request,
Object response,
int dummy)
Create a SOAPAuthParam (using Packets) |
|
SOAPAuthParam(SOAPMessage request,
SOAPMessage response)
Create a SOAPAuthParam. |
|
| Method Summary | |
|---|---|
Map<Object,Object> |
getMap()
Get the SOAP request object. |
SOAPMessage |
getRequest()
Get the SOAP request object. |
Object |
getRequestPacket()
Return the request Packet. |
SOAPMessage |
getResponse()
Get the SOAP response object. |
Object |
getResponsePacket()
Return the response Packet. |
static void |
printSOAP(SOAPMessage s)
|
void |
setRequest(SOAPMessage request)
Set the SOAP request object. |
void |
setRequestPacket(Object p)
Set the request Packet. |
void |
setResponse(SOAPMessage response)
Set the SOAP response object. |
void |
setResponsePacket(Object p)
Set the response Packet. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SOAPAuthParam(SOAPMessage request,
SOAPMessage response)
request - the SOAP request object, which may be null.response - the SOAP response object, which may be null.
public SOAPAuthParam(Object request,
Object response,
int dummy)
request - the request Packet, which may be null.response - the response Packet, which may be null.dummy - int serves only to disambiguate constructors| Method Detail |
|---|
public Map<Object,Object> getMap()
public SOAPMessage getRequest()
public SOAPMessage getResponse()
public void setRequest(SOAPMessage request)
request - the SOAP response object.public void setResponse(SOAPMessage response)
response - the SOAP response object.public Object getRequestPacket()
public Object getResponsePacket()
public void setRequestPacket(Object p)
has the side effect of resetting the SOAP request message.
packet - the request Packetpublic void setResponsePacket(Object p)
has the side effect of resetting the SOAP response message.
packet - the response Packetpublic static void printSOAP(SOAPMessage s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||