org.apache.muse.ws.metadata.impl
Class GetMetadataResponse

java.lang.Object
  extended by org.apache.muse.ws.metadata.impl.GetMetadataResponse
All Implemented Interfaces:
XmlSerializable

public class GetMetadataResponse
extends Object
implements XmlSerializable

GetMetadataResponse is a serializer/deserializer for the WS-MetadataExchange GetMetadata operation's response content.

Author:
Dan Jemiolo (danj)

Constructor Summary
GetMetadataResponse()
           
GetMetadataResponse(Element[] metadata)
           
 
Method Summary
 Element[] getMetadata()
           
 boolean isEmpty()
           
 Element toXML()
           
 Element toXML(Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMetadataResponse

public GetMetadataResponse()

GetMetadataResponse

public GetMetadataResponse(Element[] metadata)
Method Detail

getMetadata

public Element[] getMetadata()

isEmpty

public boolean isEmpty()

toXML

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

toXML

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


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