Uses of Interface
org.apache.woden.wsdl20.fragids.ComponentPart

Packages that use ComponentPart
org.apache.woden.wsdl20.fragids   
 

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

Classes in org.apache.woden.wsdl20.fragids that implement ComponentPart
 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.
 

Methods in org.apache.woden.wsdl20.fragids that return ComponentPart
 ComponentPart BindingFaultReferencePart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
           
 ComponentPart InterfaceMessageReferencePart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
           
 ComponentPart InterfaceFaultReferencePart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
           
 ComponentPart EndpointPart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
           
 ComponentPart BindingOperationPart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
           
 ComponentPart InterfaceFaultPart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
           
 ComponentPart InterfaceOperationPart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
           
 ComponentPart DescriptionPart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
           
 ComponentPart BindingMessageReferencePart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
           
 ComponentPart ElementDeclarationPart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
           
 ComponentPart ComponentPart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
          Checks that the namespace prefixes used in this PointerPart are consistent with those in the WSDL Fragment Identifier.
 ComponentPart InterfacePart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
           
 ComponentPart TypeDefinitionPart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
           
 ComponentPart ExtensionsPart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
           
 ComponentPart BindingFaultPart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
           
 ComponentPart ServicePart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
           
 ComponentPart BindingPart.prefixNamespaces(FragmentIdentifier fragmentIdentifier)
           
 

Constructors in org.apache.woden.wsdl20.fragids with parameters of type ComponentPart
FragmentIdentifier(ComponentPart wsdlPart)
          Constructs a new empty Fragment Identifier
 



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