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


public interface ReferenceParametersType

Interface related to "ReferenceParametersType" 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 reference parameters to the endpoint reference parameters part
 void addAny(org.w3c.dom.Element anyAsElt)
          add a reference parameters to the endpoint reference parameters part
 java.util.List<org.w3c.dom.Element> getAny()
          Get the reference parameters content values
 

Method Detail

getAny

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

Returns:
the list of reference parameters as a list of Element object

addAny

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

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

addAllAny

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

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


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