public class GetMetadataResponseMessage extends Message
header, inbound, MULTICAST_ROUTING_SCHEME, UNICAST_ROUTING_SCHEME, UNKNOWN_ROUTING_SCHEMEunknownAttributes, unknownElements_QN_2_List| Constructor and Description |
|---|
GetMetadataResponseMessage()
Creates a new GetMetadataResponse message containing a new created
SOAPHeader. |
GetMetadataResponseMessage(SOAPHeader header)
Creates a new GetMetadataResponse message with the given
SOAPHeader. |
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomMData(java.lang.String communicationManagerId,
UnknownDataContainer container) |
void |
addMetadataLocation(URI metadataLocation) |
void |
addMetadataReference(EndpointReference metadataReference) |
void |
addRelationship(RelationshipMData relationship) |
void |
addWSDL(WSDL wsdl) |
HashMap |
getCustomMData() |
HostMData |
getHost() |
HostedMData |
getHosted(AttributedURI address) |
URISet |
getMetadataLocations() |
EndpointReferenceSet |
getMetadataReferences() |
RelationshipMData |
getRelationship() |
URI |
getRequestedDialect() |
URI |
getRequestedIdentifier() |
int |
getType()
Type of message.
|
DataStructure |
getWSDLs() |
void |
setCustomMData(HashMap customMData) |
void |
setFilter(GetMetadataMessage getMetadata) |
void |
setMetadataLocations(URISet locations) |
java.lang.String |
toString()
(non-Javadoc)
|
getAppSequence, getHeader, getMessageId, getRelatesTo, getReplyTo, getRoutingScheme, getTo, isInbound, setInbound, setResponseTo, setResponseTo, setRoutingScheme, setSOAPHeaderaddUnknownAttribute, addUnknownElement, getUnknownAttribute, getUnknownAttributes, getUnknownElement, getUnknownElements, getUnknownElements, setUnknownAttributes, setUnknownElementspublic GetMetadataResponseMessage()
SOAPHeader. All
header- and transfer-related fields are empty and it is the caller's responsibility to fill
them with suitable values.public GetMetadataResponseMessage(SOAPHeader header)
SOAPHeader.header - public java.lang.String toString()
Messagepublic int getType()
Messagepublic RelationshipMData getRelationship()
public HostMData getHost()
public HostedMData getHosted(AttributedURI address)
public void addRelationship(RelationshipMData relationship)
relationship - the relationship to addpublic EndpointReferenceSet getMetadataReferences()
public void addMetadataReference(EndpointReference metadataReference)
metadataReference - the metadataReference to addpublic URISet getMetadataLocations()
public void setMetadataLocations(URISet locations)
public void addMetadataLocation(URI metadataLocation)
metadataLocation - the metadataLocation to addpublic DataStructure getWSDLs()
public void addWSDL(WSDL wsdl)
wsdl - the wsdl to addpublic void addCustomMData(java.lang.String communicationManagerId,
UnknownDataContainer container)
container - instance of the type UnknownDataContainerpublic HashMap getCustomMData()
public void setCustomMData(HashMap customMData)
customMData - HashMap of CustomMDatapublic URI getRequestedDialect()
public URI getRequestedIdentifier()
public void setFilter(GetMetadataMessage getMetadata)