org.apache.woden.wsdl20.fragids
Class DescriptionPart
java.lang.Object
org.apache.woden.wsdl20.fragids.DescriptionPart
- All Implemented Interfaces:
- ComponentPart, PointerPart
public class DescriptionPart
- extends Object
- implements ComponentPart
DescriptionPart
is a Description Pointer Part for the Description WSDL 2.0 component.
See the specification at http://www.w3.org/TR/wsdl20/#wsdl.description
- Author:
- Dan Harvey (danharvey42@gmail.com)
DescriptionPart
public DescriptionPart()
toString
public String toString()
- Returns a String of the serialised Description Pointer Part.
- Specified by:
toString
in interface PointerPart
- Overrides:
toString
in class Object
- Returns:
- a String the serialised Description Pointer Part.
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.
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.