public class TypeDefinitionPart extends Object implements ComponentPart
TypeDefinitionPart
is a Type Definition Pointer Part for the Type Definition WSDL 2.0 component.
See the specification at http://www.w3.org/TR/wsdl20/#wsdl.typeDefinitionConstructor and Description |
---|
TypeDefinitionPart(QName type)
Constructs an TypeDefinitionPart class for an Type Definition component with another type system.
|
TypeDefinitionPart(QName type,
URI system)
Constructs a TypeDefinitionPart class for an Type Definition component with an XMLScheme type system.
|
Modifier and Type | Method and Description |
---|---|
ComponentPart |
prefixNamespaces(FragmentIdentifier fragmentIdentifier)
Checks that the namespace prefixes used in this PointerPart are consistent with those in the WSDL Fragment Identifier.
|
String |
toString()
Returns a String of the serialised Type Definition Pointer Part.
|
public TypeDefinitionPart(QName type, URI system)
type
- the name of the Type Definition component.system
- namespace absolute IRI of the extension type system used for the Type Definition component.IllegalArgumentException
- if type or system are null.public TypeDefinitionPart(QName type)
type
- the name of the Definition component.IllegalArgumentException
- if type is null.public ComponentPart prefixNamespaces(FragmentIdentifier fragmentIdentifier)
ComponentPart
prefixNamespaces
in interface ComponentPart
fragmentIdentifier
- a Fragment Identifier which the namespace prefixes are checked against.public String toString()
toString
in interface PointerPart
toString
in class Object
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.