|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebServiceBinding
Represents a WebService binding.
| Method Summary | |
|---|---|
javax.wsdl.Binding |
getBinding()
Returns the WSDL binding. |
InterfaceContract |
getBindingInterfaceContract()
|
javax.xml.namespace.QName |
getBindingName()
Returns the name of the WSDL binding. |
Port |
getEndpoint()
Returns the WSDL endpoint |
java.lang.String |
getEndpointName()
Returns the name of the WSDL endpoint. |
org.w3c.dom.Element |
getEndPointReference()
|
java.lang.String |
getLocation()
Returns the WSDL location |
java.lang.String |
getNamespace()
Returns the WSDL namespace. |
Port |
getPort()
Returns the WSDL port |
java.lang.String |
getPortName()
Returns the name of the WSDL port. |
Service |
getService()
Returns the WSDL service |
javax.xml.namespace.QName |
getServiceName()
Returns the name of the WSDL service. |
WSDLDefinition |
getWSDLDefinition()
Returns the WSDL definition. |
Definition |
getWSDLDocument()
Returns the generated WSDL definitions document. |
boolean |
isUnresolved()
Returns true if the model element is unresolved. |
void |
setBinding(javax.wsdl.Binding binding)
Sets the WSDL binding |
void |
setBindingInterfaceContract(InterfaceContract bindingInterfaceContract)
|
void |
setBindingName(javax.xml.namespace.QName bindingName)
Sets the name of the WSDL binding. |
void |
setDefinition(WSDLDefinition wsdlDefinition)
Sets the WSDL definition. |
void |
setEndpoint(Port endpoint)
Sets the WSDL endpoint |
void |
setEndpointName(java.lang.String endpointName)
Sets the name of the WSDL endpoint. |
void |
setEndPointReference(org.w3c.dom.Element element)
|
void |
setLocation(java.lang.String location)
Sets the WSDL location. |
void |
setNamespace(java.lang.String namespace)
Sets the WSDL namespace |
void |
setPort(Port port)
Sets the WSDL port |
void |
setPortName(java.lang.String portName)
Sets the name of the WSDL port. |
void |
setService(Service service)
Sets the WSDL service. |
void |
setServiceName(javax.xml.namespace.QName serviceName)
Sets the name of the WSDL service. |
void |
setUnresolved(boolean unresolved)
Sets whether the model element is unresolved. |
void |
setWSDLDocument(Definition definition)
Sets the generated WSDL definitions document. |
| Methods inherited from interface org.apache.tuscany.sca.assembly.Binding |
|---|
clone, getName, getURI, setName, setURI |
| Methods inherited from interface org.apache.tuscany.sca.assembly.builder.BindingBuilderExtension |
|---|
getBuilder, setBuilder |
| Method Detail |
|---|
void setLocation(java.lang.String location)
location - the WSDL locationjava.lang.String getLocation()
javax.xml.namespace.QName getServiceName()
void setServiceName(javax.xml.namespace.QName serviceName)
serviceName - the name of the WSDL servicejava.lang.String getPortName()
void setPortName(java.lang.String portName)
portName - the name of the WSDL portjavax.xml.namespace.QName getBindingName()
void setBindingName(javax.xml.namespace.QName bindingName)
bindingName - the name of the WSDL bindingjava.lang.String getEndpointName()
void setEndpointName(java.lang.String endpointName)
endpointName - the name of the WSDL endpointService getService()
void setService(Service service)
service - the WSDL servicePort getPort()
void setEndpoint(Port endpoint)
endpoint - the WSDL endpointPort getEndpoint()
void setPort(Port port)
port - the WSDL portjavax.wsdl.Binding getBinding()
void setBinding(javax.wsdl.Binding binding)
binding - the WSDL bindingWSDLDefinition getWSDLDefinition()
void setDefinition(WSDLDefinition wsdlDefinition)
wsdlDefinition - the WSDL definitionjava.lang.String getNamespace()
void setNamespace(java.lang.String namespace)
namespace - the WSDL namespaceboolean isUnresolved()
isUnresolved in interface Basevoid setUnresolved(boolean unresolved)
setUnresolved in interface Baseunresolved - whether the model element is unresolvedInterfaceContract getBindingInterfaceContract()
void setBindingInterfaceContract(InterfaceContract bindingInterfaceContract)
org.w3c.dom.Element getEndPointReference()
void setEndPointReference(org.w3c.dom.Element element)
Definition getWSDLDocument()
void setWSDLDocument(Definition definition)
definition - the generated WSDL definitions document
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||