|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsil.impl.extension.ExtensionElementImpl
org.apache.wsil.impl.extension.wsdl.ReferenceImpl
public class ReferenceImpl
This class contians the implementation for a <wsilwsdl:reference element>.
Field Summary | |
---|---|
protected java.lang.Boolean |
endpointPresent
endpointPresent |
protected java.util.List |
implementedBindings
Implemented bindings. |
protected ReferencedService |
referencedService
referencedService |
Fields inherited from class org.apache.wsil.impl.extension.ExtensionElementImpl |
---|
qname |
Fields inherited from interface org.apache.wsil.extension.wsdl.Reference |
---|
ELEM_NAME, QNAME |
Constructor Summary | |
---|---|
ReferenceImpl()
ReferenceImpl constructor comment. |
Method Summary | |
---|---|
void |
addImplementedBinding(ImplementedBinding binding)
Add implemented binding. |
ReferencedService |
createReferencedService()
Create referencedService |
java.lang.Boolean |
getEndpointPresent()
Get endpointPresent |
ImplementedBinding[] |
getImplementedBindings()
Get list of implemented bindings. |
QName |
getQName()
Get extension element qname. |
ReferencedService |
getReferencedService()
Get referencedService |
void |
removeImplementedBinding(ImplementedBinding binding)
Remove implemented binding. |
void |
setEndpointPresent(java.lang.Boolean value)
Set endpointPresent |
void |
setReferencedService(ReferencedService referencedService)
Set referenced service |
java.lang.String |
toXMLString()
XML string representation of this object. |
Methods inherited from class org.apache.wsil.impl.extension.ExtensionElementImpl |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected ReferencedService referencedService
protected java.lang.Boolean endpointPresent
protected java.util.List implementedBindings
Constructor Detail |
---|
public ReferenceImpl()
Method Detail |
---|
public QName getQName()
getQName
in interface ExtensionElement
getQName
in class ExtensionElementImpl
public void addImplementedBinding(ImplementedBinding binding)
addImplementedBinding
in interface Reference
public ImplementedBinding[] getImplementedBindings()
getImplementedBindings
in interface Reference
public void removeImplementedBinding(ImplementedBinding binding)
removeImplementedBinding
in interface Reference
public void setEndpointPresent(java.lang.Boolean value)
setEndpointPresent
in interface Reference
public java.lang.Boolean getEndpointPresent()
getEndpointPresent
in interface Reference
public void setReferencedService(ReferencedService referencedService)
setReferencedService
in interface Reference
public ReferencedService getReferencedService()
getReferencedService
in interface Reference
public ReferencedService createReferencedService()
createReferencedService
in interface Reference
public java.lang.String toXMLString()
toXMLString
in interface WSILElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |