Uses of Interface
org.openspml.v2.msg.OpenContentElement

Packages that use OpenContentElement
org.openspml.v2.msg   
org.openspml.v2.msg.spml   
org.openspml.v2.profiles.dsml   
org.openspml.v2.util.xml   
 

Uses of OpenContentElement in org.openspml.v2.msg
 

Subinterfaces of OpenContentElement in org.openspml.v2.msg
 interface OpenContentElementAdapter
          Implement this, rather than the superinterface, if wrapping other objects.
 

Classes in org.openspml.v2.msg that implement OpenContentElement
 class OCEtoMarshallableAdapter
          This class is placed around "open content" when we encounter XML during unmarshalling that we don't recognize.
 class OCEtoXMLStringAdapter
          We are unmarshalling XML to objects and cannot convert an Element to objects, we'll assume it is openContent and put it into an adapter the maintains it in String form.
 

Methods in org.openspml.v2.msg that return OpenContentElement
 OpenContentElement[] OpenContentContainer.getOpenContentElements()
           
 OpenContentElement OCEtoMarshallableAdapter.fromXML(java.lang.Object xmlRep)
           
 OpenContentElement OCEtoXMLStringAdapter.fromXML(java.lang.Object xmlRep)
           
 

Methods in org.openspml.v2.msg with parameters of type OpenContentElement
 void OpenContentContainer.addOpenContentElement(OpenContentElement obj)
           
 

Uses of OpenContentElement in org.openspml.v2.msg.spml
 

Methods in org.openspml.v2.msg.spml that return OpenContentElement
 OpenContentElement[] Extensible.getOpenContentElements()
          Returns an array of all the open content elements.
 

Methods in org.openspml.v2.msg.spml with parameters of type OpenContentElement
 void Extensible.addOpenContentElement(OpenContentElement obj)
          Add an open content element to this object.
 void Extensible.setOpenContentElements(OpenContentElement[] elements)
          This will clear the existing open content elements and set it to the values in the given array of elements.
 void Extensible.setOpenContent(OpenContentAttr[] attrs, OpenContentElement[] elements)
          This will clear the existing open content and set it to the values in the given arrays of attributes and elements.
 boolean Extensible.removeOpenContentElement(OpenContentElement obj)
           
 

Uses of OpenContentElement in org.openspml.v2.profiles.dsml
 

Classes in org.openspml.v2.profiles.dsml that implement OpenContentElement
 class Attr
          From the DSML spec...
 class AttributeDescriptions
          This is a list of attributes...
 class DSMLAttr
           
 class DSMLModification
           
 class Filter
          This is from the DSML 2.0 Specification.
 class Modification
          From the DSML spec...
 

Methods in org.openspml.v2.profiles.dsml that return OpenContentElement
 OpenContentElement DSMLUnmarshaller.unmarshall(java.lang.Object obj)
          The ObjectFactory calls this to determine if the obj is something we can handle and create.
 

Uses of OpenContentElement in org.openspml.v2.util.xml
 

Classes in org.openspml.v2.util.xml that implement OpenContentElement
 class BasicOCEAndMarshallable
          Starter class.
 class OperationalNameValuePair
           
 

Methods in org.openspml.v2.util.xml that return OpenContentElement
 OpenContentElement BasicOCEAndMarshallable.fromXML(java.lang.Object xmlRep)
          We know how to handle Strings that are passed in.
 OpenContentElement ObjectFactory.unmarshallOpenContentElement(java.lang.Object obj)
          XMLUnmarshaller implementations need to to handle OpenContentElements.
 OpenContentElement ObjectFactory.OCEUnmarshaller.unmarshall(java.lang.Object obj)
          Unmarshall the obj, or return null if you do not handle objects of this type.
 



Copyright © Sun Microsystems, Inc. All Rights Reserved.