|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.ws.soap.client.SOAPClient
public class SOAPClient
A client for sending and receiving SOAP messages. Clients are not re-usable or thread safe.
Constructor Summary | |
---|---|
SOAPClient(SOAPTransport transport)
Constructor. |
Method Summary | |
---|---|
SecurityPolicy |
getSecurityPolicy()
Gets the security policy received messages will be evaluated against. |
javax.xml.validation.Schema |
getValidationSchema()
Gets the schema used to validate incoming messages. |
SOAPObject |
receive()
Receives and incoming SOAP message. |
void |
send(java.lang.String endpointURI,
SOAPObject soapMessage)
Sends a SOAP message to the given endpoint. |
void |
setSecurityPolicy(SecurityPolicy policy)
Sets the security policy received messages will be evaluated against. |
void |
setValidationSchema(javax.xml.validation.Schema schema)
Sets the schema used to validate incoming messages. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SOAPClient(SOAPTransport transport)
transport
- transport used to send and receive messagesMethod Detail |
---|
public javax.xml.validation.Schema getValidationSchema()
public void setValidationSchema(javax.xml.validation.Schema schema)
schema
- schema used to validate incoming messagespublic SecurityPolicy getSecurityPolicy()
public void setSecurityPolicy(SecurityPolicy policy)
policy
- security policy received messages will be evaluated againstpublic void send(java.lang.String endpointURI, SOAPObject soapMessage)
endpointURI
- endpoint to send the SOAP message tosoapMessage
- SOAP message to sendpublic SOAPObject receive()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |