com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction
Interface MetadataType


public interface MetadataType

Interface related to "MetadataType" WS-Addressing type Thought to be the most "user-friendly" as possible according to WS-Addressing specification content and especially its associated XML Schema

Author:
Thierry Déjean - EBM Websourcing

Method Summary
 void addAllAny(java.util.List<org.w3c.dom.Element> anyAsElts)
          add a list of metadata to the endpoint metadata part
 void addAny(org.w3c.dom.Element anyAsElt)
          add a metadata to the endpoint metadata part
 java.util.List<org.w3c.dom.Element> getAny()
          Get the metadata content values
 

Method Detail

getAny

java.util.List<org.w3c.dom.Element> getAny()
Get the metadata content values

Returns:
the list of metadata as a list of Element object

addAny

void addAny(org.w3c.dom.Element anyAsElt)
add a metadata to the endpoint metadata part

Parameters:
anyAsElt - the metadata to add, provided as Element object

addAllAny

void addAllAny(java.util.List<org.w3c.dom.Element> anyAsElts)
add a list of metadata to the endpoint metadata part

Parameters:
anyAsElts - the list of metadata to add, provided as a list of Element object


Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.