org.apache.woden.wsdl20.fragids
Class ElementDeclarationPart

java.lang.Object
  extended by org.apache.woden.wsdl20.fragids.ElementDeclarationPart
All Implemented Interfaces:
ComponentPart, PointerPart

public class ElementDeclarationPart
extends java.lang.Object
implements ComponentPart

ElementDeclarationPart is a Element Declaration Pointer Part for the Element Declaration WSDL 2.0 component. See the specification at http://www.w3.org/TR/wsdl20/#wsdl.elementDeclaration

Author:
Dan Harvey (danharvey42@gmail.com)

Constructor Summary
ElementDeclarationPart(QName element)
          Constructs a ElementDeclarationPart class for an Element Declaration component with another type system.
ElementDeclarationPart(QName element, java.net.URI system)
          Constructs a ElementDeclarationPart class for an Element Declaration component with an XMLScheme type system.
 
Method Summary
 ComponentPart prefixNamespaces(FragmentIdentifier fragmentIdentifier)
          Checks that the namespace prefixes used in this PointerPart are consistent with those in the WSDL Fragment Identifier.
 java.lang.String toString()
          Returns a String of the serialised Element Declaration Pointer Part.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElementDeclarationPart

public ElementDeclarationPart(QName element,
                              java.net.URI system)
Constructs a ElementDeclarationPart class for an Element Declaration component with an XMLScheme type system.

Parameters:
element - the name of the Element Declaration component.
system - namespace absolute IRI of the extension type system used for the Element Declaration component.
Throws:
java.lang.IllegalArgumentException - if element or system are null.

ElementDeclarationPart

public ElementDeclarationPart(QName element)
Constructs a ElementDeclarationPart class for an Element Declaration component with another type system.

Parameters:
element - the name of the Element Declaration component.
Throws:
java.lang.IllegalArgumentException - if element is null.
Method Detail

prefixNamespaces

public ComponentPart prefixNamespaces(FragmentIdentifier fragmentIdentifier)
Description copied from interface: ComponentPart
Checks that the namespace prefixes used in this PointerPart are consistent with those in the WSDL Fragment Identifier. It returns a identical copy of this object with the required changes. This method is called by the add method on WSDL Fragment Identifier when PointerParts are added to it.

Specified by:
prefixNamespaces in interface ComponentPart
Parameters:
fragmentIdentifier - a Fragment Identifier which the namespace prefixes are checked against.
Returns:
a ComponentPart which has been checked with changed namespaces if needed.

toString

public java.lang.String toString()
Returns a String of the serialised Element Declaration Pointer Part.

Specified by:
toString in interface PointerPart
Overrides:
toString in class java.lang.Object
Returns:
a String the serialised Element Declaration Pointer Part.


Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.