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

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

public class QueryRelationships
extends Object
implements XmlSerializable

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

Author:
Dan Jemiolo (danj)

Constructor Summary
QueryRelationships(Element xml)
           
QueryRelationships(QName[] types)
           
 
Method Summary
 QName[] getTypes()
           
 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

QueryRelationships

public QueryRelationships(Element xml)
                   throws org.apache.muse.ws.addressing.soap.SoapFault
Throws:
org.apache.muse.ws.addressing.soap.SoapFault

QueryRelationships

public QueryRelationships(QName[] types)
Method Detail

getTypes

public QName[] getTypes()

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.