|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes configuration of a client of a service.
Method Summary | |
void |
addListener(QName listener)
Adds listener associated with this service client. |
java.lang.Integer |
getAsyncTimeout()
Gets the timeout of the asynchronous operation. |
java.lang.String |
getAsyncTransport()
Returns the name of an asynchronous protocol used. |
java.lang.String |
getInitiatingSecurityProvider()
Returns name of the security provider to be used for outgoing calls from this service implementation. |
java.util.List |
getListeners()
Returns list of qnames of the listeners associated with this service client. |
Processing |
getProcessing()
Returns the current processing. |
QName |
getServicePortName()
Returns the name of port name of the service selectend. |
QName |
getServicePortType()
Deprecated. Use getServicePortName() instead. |
Endpoint |
getServiceURI()
Deprecated. use getServiceURL() instead |
Endpoint |
getServiceURL()
Returns the endpoint of the service. |
java.lang.String |
getXMLProtocol()
Deprecated. The selection of the protocol relies on the WSDL (and the port selected) and on the value of the CallContext.XML_PROTOCOL set to the
CallContext . |
void |
setAsyncTimeout(java.lang.Integer asyncTimeout)
Sets the timeout of the asynchronous operation. |
void |
setAsyncTransport(java.lang.String asyncTransport)
Adds a name of protocol used. |
void |
setInitiatingSecurityProvider(java.lang.String providerName)
Sets name of the security provider to be used for outgoing calls from this service implementation. |
void |
setProcessing(Processing processing)
Sets processing of this service. |
Processing |
setProcessing(java.lang.String name)
Creates a new Processing object and sets it as processing for this service. |
void |
setServicePortName(QName portName)
Returns the name of port name of the service selectend. |
void |
setServicePortType(QName portType)
Deprecated. Use setServicePortName(javax.xml.namespace.QName) instead. |
void |
setServiceURI(Endpoint endpoint)
Deprecated. use setServiceURL(org.idoox.transport.client.Endpoint) instead |
void |
setServiceURL(Endpoint endpoint)
Sets the endpoint of this service. |
void |
setXMLProtocol(java.lang.String protocol)
Deprecated. The selection of the protocol relies on the WSDL (and the port selected) and on the value of the CallContext.XML_PROTOCOL set to the
CallContext . |
Methods inherited from interface org.systinet.wasp.dd.DeploymentPart |
getDeploymentDescriptor |
Methods inherited from interface org.systinet.wasp.dd.ConfigurablePart |
getConfiguration |
Methods inherited from interface org.systinet.wasp.dd.ExtensiblePart |
addElement, getElements |
Methods inherited from interface org.systinet.wasp.dd.DocumentablePart |
getDocumentation, setDocumentation |
Methods inherited from interface org.systinet.wasp.dd.AttributablePart |
getAttributes, newAttributes, setAttributes |
Method Detail |
public void setProcessing(Processing processing)
processing
- the Processing
public Processing setProcessing(java.lang.String name) throws DuplicatedNameException
Processing
object and sets it as processing for this service.
name
- the local part of the QName
of the processing to be added
Processing
object
DuplicatedNameException
NamedPart.setName(java.lang.String)
public Processing getProcessing()
public Endpoint getServiceURI()
getServiceURL()
instead
public void setServiceURI(Endpoint endpoint)
setServiceURL(org.idoox.transport.client.Endpoint)
instead
public Endpoint getServiceURL()
servicePortName
must be null
.
public void setServiceURL(Endpoint endpoint)
servicePortName
must be null
.
endpoint
- the endpoint of the servicepublic QName getServicePortType()
getServicePortName()
instead.
serviceURL
must be null
.
public void setServicePortType(QName portType)
setServicePortName(javax.xml.namespace.QName)
instead.
serviceURL
must be null
.
portType
- name of port typepublic QName getServicePortName()
serviceURL
must be null
.
public void setServicePortName(QName portName)
serviceURL
must be null
.
portName
- name of the portpublic java.lang.String getXMLProtocol()
CallContext.XML_PROTOCOL
set to the
CallContext
.
public void setXMLProtocol(java.lang.String protocol)
CallContext.XML_PROTOCOL
set to the
CallContext
.
protocol
- the protocolpublic java.lang.String getInitiatingSecurityProvider()
public void setInitiatingSecurityProvider(java.lang.String providerName)
providerName
- name of the security provider for outgoing
callspublic void setAsyncTransport(java.lang.String asyncTransport)
asyncTransport
- name of the protocolpublic java.lang.String getAsyncTransport()
public void setAsyncTimeout(java.lang.Integer asyncTimeout)
asyncTimeout
- the timeout value, null
if unspecifiedpublic java.lang.Integer getAsyncTimeout()
null
if unspecifiedpublic java.util.List getListeners()
public void addListener(QName listener)
listener
- listener to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |