Uses of Interface
org.apache.woden.xpointer.PointerPart

Packages that use PointerPart
org.apache.woden.wsdl20.fragids   
org.apache.woden.xpointer   
 

Uses of PointerPart in org.apache.woden.wsdl20.fragids
 

Subinterfaces of PointerPart in org.apache.woden.wsdl20.fragids
 interface ComponentPart
          ComponentPart is the abstract base class for all WSDL 2.0 component fragment identifiers.
 

Classes in org.apache.woden.wsdl20.fragids that implement PointerPart
 class BindingFaultPart
          BindingFaultPart is a Binding Fault Pointer Part for the Binding Fault WSDL 2.0 component.
 class BindingFaultReferencePart
          BindingFaultReferencePart is a Binding Fault Reference Pointer Part for the Binding Fault Reference WSDL 2.0 component.
 class BindingMessageReferencePart
          BindingMessageReferencePart is a Binding Message Reference Pointer Part for the Binding Message Reference WSDL 2.0 component.
 class BindingOperationPart
          BindingOperationPart is a Binding Operation Pointer Part for the Binding Operation WSDL 2.0 component.
 class BindingPart
          BindingPart is a Binding Pointer Part for the Binding WSDL 2.0 component.
 class DescriptionPart
          DescriptionPart is a Description Pointer Part for the Description WSDL 2.0 component.
 class ElementDeclarationPart
          ElementDeclarationPart is a Element Declaration Pointer Part for the Element Declaration WSDL 2.0 component.
 class EndpointPart
          EndpointPart is a Endpoint Pointer Part for the Endpoint WSDL 2.0 component.
 class ExtensionsPart
          ExtensionPart is a Extension Pointer Part for the Extension WSDL 2.0 component.
 class InterfaceFaultPart
          InterfaceFaultPart is a Interface Fault Pointer Part for the Interface Fault WSDL 2.0 component.
 class InterfaceFaultReferencePart
          InterfaceFaultReferencePart is a Interface Fault Reference Pointer Part for the Interface Fault Reference WSDL 2.0 component.
 class InterfaceMessageReferencePart
          InterfaceMessageReferencePart is a Interface Message Reference Pointer Part for the Interface Message Reference WSDL 2.0 component.
 class InterfaceOperationPart
          InterfaceOperationPart is a Interface Operation Pointer Part for the Interface Operation WSDL 2.0 component.
 class InterfacePart
          InterfacePart is a Interface Pointer Part for the Interface WSDL 2.0 component.
 class ServicePart
          ServicePart is a Service Pointer Part for the Service WSDL 2.0 component.
 class TypeDefinitionPart
          TypeDefinitionPart is a Type Definition Pointer Part for the Type Definition WSDL 2.0 component.
 

Uses of PointerPart in org.apache.woden.xpointer
 

Classes in org.apache.woden.xpointer that implement PointerPart
 class ElementPointerPart
          ElementPointerPart is a class which represents the element() scheme for the XPointer Framework.
 class XmlnsPointerPart
          Represents a fragment identifier conforming to the XML Pointer Language Framework.
 

Methods in org.apache.woden.xpointer with parameters of type PointerPart
 void XPointer.addPointerPart(int index, PointerPart pointerPart)
          Inserts a pointer part at index of this XPointer.
 void XPointer.addPointerPart(PointerPart pointerPart)
          Appends a pointer part to the end of this XPointer.
 



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