|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NCName in org.apache.woden.ant |
---|
Methods in org.apache.woden.ant with parameters of type NCName | |
---|---|
void |
XMLWriter.write(java.lang.String tag,
NCName ncname)
Writes an NCName element if non-null. |
Uses of NCName in org.apache.woden.internal.wsdl20 |
---|
Methods in org.apache.woden.internal.wsdl20 that return NCName | |
---|---|
NCName |
InterfaceFaultReferenceImpl.getMessageLabel()
|
NCName |
BindingMessageReferenceImpl.getMessageLabel()
|
NCName |
BindingFaultReferenceImpl.getMessageLabel()
|
NCName |
InterfaceMessageReferenceImpl.getMessageLabel()
|
NCName |
EndpointImpl.getName()
|
Methods in org.apache.woden.internal.wsdl20 with parameters of type NCName | |
---|---|
Endpoint |
ServiceImpl.getEndpoint(NCName name)
|
void |
InterfaceFaultReferenceImpl.setMessageLabel(NCName msgLabel)
|
void |
BindingMessageReferenceImpl.setMessageLabel(NCName msgLabel)
|
void |
BindingFaultReferenceImpl.setMessageLabel(NCName msgLabel)
|
void |
InterfaceMessageReferenceImpl.setMessageLabel(NCName msgLabel)
|
void |
InterfaceImpl.setName(NCName name)
|
void |
InterfaceOperationImpl.setName(NCName name)
|
void |
BindingImpl.setName(NCName name)
|
void |
ServiceImpl.setName(NCName name)
|
void |
EndpointImpl.setName(NCName name)
|
void |
InterfaceFaultImpl.setName(NCName name)
|
Uses of NCName in org.apache.woden.wsdl20 |
---|
Methods in org.apache.woden.wsdl20 that return NCName | |
---|---|
NCName |
InterfaceMessageReference.getMessageLabel()
Returns an NCName representing the {message label} property of this InterfaceMessageReference. |
NCName |
InterfaceFaultReference.getMessageLabel()
Returns an NCName representing the {message label} property of this InterfaceFaultReference. |
NCName |
Endpoint.getName()
Returns the local name representing the {name} property of this Endpoint. |
Methods in org.apache.woden.wsdl20 with parameters of type NCName | |
---|---|
Endpoint |
Service.getEndpoint(NCName name)
Returns the Endpoint with the specified local name from the {endpoints} property of this Service. |
Uses of NCName in org.apache.woden.wsdl20.enumeration |
---|
Fields in org.apache.woden.wsdl20.enumeration declared as NCName | |
---|---|
static NCName |
MessageLabel.IN
|
static NCName |
MessageLabel.OUT
|
Uses of NCName in org.apache.woden.wsdl20.fragids |
---|
Methods in org.apache.woden.wsdl20.fragids that return NCName | |
---|---|
NCName |
FragmentIdentifier.getXmlNamespacePrefix(QName qname)
Returns the prefix for the Xml namespace of the QName in the XPointer. |
NCName |
FragmentIdentifier.getXmlNamespacePrefix(java.lang.String namespace)
Returns the prefix for the Xml namespace in the XPointer. |
Constructors in org.apache.woden.wsdl20.fragids with parameters of type NCName | |
---|---|
BindingFaultPart(NCName binding,
QName fault)
Constructs a BindingFaultPart class from the values given. |
|
BindingFaultReferencePart(NCName binding,
QName operation,
NCName message,
QName fault)
Constructs an BindingFaultReferencePart class from the values given. |
|
BindingMessageReferencePart(NCName binding,
QName operation,
NCName message)
Constructs a BindingMessageReferencePart class from the values given. |
|
BindingOperationPart(NCName binding,
QName operation)
Constructs a BindingOperationPart class from the values given. |
|
BindingPart(NCName binding)
Constructs a BindingPart from the given value. |
|
EndpointPart(NCName service,
NCName endpoint)
Constructs an EndpointPart class from the values given. |
|
InterfaceFaultPart(NCName interfaceName,
NCName fault)
Constructs a InterfaceFaultPart class from the values given. |
|
InterfaceFaultReferencePart(NCName interfaceName,
NCName operation,
NCName message,
QName fault)
Constructs a InterfaceFaultReferencePart class from the values given. |
|
InterfaceMessageReferencePart(NCName interfaceName,
NCName operation,
NCName message)
Constructs a InterfaceMessageReferencePart class from the values given. |
|
InterfaceOperationPart(NCName interfaceName,
NCName operation)
Constructs a InterfaceOperationPart class from the values given. |
|
InterfacePart(NCName interfaceName)
Constructs a InterfacePart class from the value given. |
|
ServicePart(NCName service)
Constructs an ServicePart class from the value given. |
Uses of NCName in org.apache.woden.wsdl20.xml |
---|
Methods in org.apache.woden.wsdl20.xml that return NCName | |
---|---|
NCName |
InterfaceMessageReferenceElement.getMessageLabel()
Return the NCName representing the message label. |
NCName |
InterfaceFaultReferenceElement.getMessageLabel()
Return the NCName representing the message label. |
NCName |
BindingMessageReferenceElement.getMessageLabel()
Return the NCName representing the message label. |
NCName |
BindingFaultReferenceElement.getMessageLabel()
Return the NCName representing the message label. |
NCName |
EndpointElement.getName()
Return the qualified name of this EndpointElement, which consists of its local name and the targetNamespace of the enclosing DescriptionElement. |
Methods in org.apache.woden.wsdl20.xml with parameters of type NCName | |
---|---|
void |
InterfaceMessageReferenceElement.setMessageLabel(NCName msgLabel)
Set the message label to the specified NCName. |
void |
InterfaceFaultReferenceElement.setMessageLabel(NCName msgLabel)
Set the message label to the specified NCName. |
void |
BindingMessageReferenceElement.setMessageLabel(NCName msgLabel)
Set the message label to the specified NCName. |
void |
BindingFaultReferenceElement.setMessageLabel(NCName msgLabel)
Set the message label to the specified NCName. |
void |
InterfaceFaultElement.setName(NCName name)
Set the name of this InterfaceFaultElement to the specified NCName. |
void |
InterfaceElement.setName(NCName name)
Set the name of this InterfaceElement to the specified NCName. |
void |
BindingElement.setName(NCName name)
Set the name of this BindingElement to the specified NCName. |
void |
ServiceElement.setName(NCName name)
Set the name of this ServiceElement to the specified NCName. |
void |
InterfaceOperationElement.setName(NCName name)
Set the name of this InterfaceOperationElement to the specified NCName. |
void |
EndpointElement.setName(NCName name)
Set the name of this EndpointElement to the specified NCName. |
Uses of NCName in org.apache.woden.xpointer |
---|
Methods in org.apache.woden.xpointer that return NCName | |
---|---|
NCName |
XPointer.getNamespaceBinding(java.lang.String namespace)
Gets Prefix the Namespace is bound to if the binding exists, otherwise it will return null. |
NCName |
ElementPointerPart.getNCName()
Returns the NCName for this Element PointerPart. |
NCName |
XPointer.getShorthandPointer()
Returns the shorthandPointer in this XPointer. |
Methods in org.apache.woden.xpointer with parameters of type NCName | |
---|---|
void |
XPointer.addPrefixNamespaceBinding(NCName prefix,
java.lang.String namespace)
Adds a Prefix/Namespace binding to this XPointers contex. |
java.lang.String |
XPointer.getPrefixBinding(NCName prefix)
Gets the Namespace the Prefix is bound to if the binding exists, otherwise it will return null. |
boolean |
XPointer.hasPrefixBinding(NCName prefix)
Checks whether a prefix is bound or not. |
void |
XPointer.setShorthandPointer(NCName shorthandPointer)
Sets the Shorthand Pointer of this XPointer to the NCName given as an argument. |
Constructors in org.apache.woden.xpointer with parameters of type NCName | |
---|---|
ElementPointerPart(NCName elementID)
Constructs an ElementPointerPart with only an elementID NCName. |
|
ElementPointerPart(NCName elementID,
java.util.List childSequence)
Constructs an ElementPointerPart with both an NCName and a childSequence. |
|
XmlnsPointerPart(NCName prefix,
java.lang.String namespace)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |