com.sun.ebxml.registry.interfaces
Class Response
java.lang.Object
com.sun.ebxml.registry.interfaces.Response
- public class Response
- extends java.lang.Object
A Response encapsulates all aspects of an outgoing registry response to an ebXML registry client.
- See Also:
Constructor Summary |
Response(org.apache.xml.security.signature.XMLSignature headerSignature,
org.oasis.ebxml.registry.bindings.rs.RegistryResponse message,
java.util.HashMap idToRepositoryItemMap)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Response
public Response(org.apache.xml.security.signature.XMLSignature headerSignature,
org.oasis.ebxml.registry.bindings.rs.RegistryResponse message,
java.util.HashMap idToRepositoryItemMap)
getMessageHeaderSignature
public org.apache.xml.security.signature.XMLSignature getMessageHeaderSignature()
getMessage
public org.oasis.ebxml.registry.bindings.rs.RegistryResponse getMessage()
getIdToRepositoryItemMap
public java.util.HashMap getIdToRepositoryItemMap()