org.apache.muse.ws.dm.muws.impl
Class QueryRelationshipsResponse

java.lang.Object
  extended by org.apache.muse.ws.dm.muws.impl.QueryRelationshipsResponse
All Implemented Interfaces:
XmlSerializable

public class QueryRelationshipsResponse
extends Object
implements XmlSerializable

QueryRelationshipsResponse is a serializer/deserializer for the MUWS (Part 2) QueryRelationshipsByType operation's response content.

Author:
Dan Jemiolo (danj)

Constructor Summary
QueryRelationshipsResponse(Element xml)
           
QueryRelationshipsResponse(WsResource[] matches)
           
 
Method Summary
 WsResourceClient[] getRelationshipClients()
           
 Element[] getRelationshipXML()
           
 Element toXML()
           
 Element toXML(Document factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryRelationshipsResponse

public QueryRelationshipsResponse(Element xml)

QueryRelationshipsResponse

public QueryRelationshipsResponse(WsResource[] matches)
Method Detail

getRelationshipClients

public WsResourceClient[] getRelationshipClients()
                                          throws org.apache.muse.ws.addressing.soap.SoapFault
Throws:
org.apache.muse.ws.addressing.soap.SoapFault

getRelationshipXML

public Element[] getRelationshipXML()

toXML

public Element toXML()
Specified by:
toXML in interface XmlSerializable

toXML

public Element toXML(Document factory)
Specified by:
toXML in interface XmlSerializable


Copyright © 2013 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.