Search

Class SOAPHost

Extends java.lang.Object
Represents an external system as its Web Service interface.

Attributes

Name Type Description
authentication SOAPAuthentication Authentication information
connectionTimeout Number Connection timeout in seconds
id String Identifier of the host
name String Name of the host
preferredEndpointURL String Preferred endpoint address. If set will be used with higher priority than the endpoint address defined within the WSDL.
proxyHost String Proxy host
proxyPort Number Proxy port
requestTimeout Number Request timeout in seconds
wsdlFileContent String WSDL file content
wsdlLocal boolean True if the WSDL content is locally provided, false if it is derived from URL
wsdlUri String URI to the WSDL file of the external service

Methods

Name Returns
SOAPHost() constructor
activate(String , String , String , com.vmware.o11n.plugin.soap.workflow.WorkflowBuilderAdaptor ) SOAPHost
compareTo(SOAPHost ) Number
convert() boolean
createWorkflow(String operationName, String workflowName, WorkflowCategory category, Properties options) Workflow
equals(Object ) boolean
getOperation(String operationName) SOAPOperation
getOperationNames() Object[]
getOperations() String[]
getProperties() Properties
getProperty(String ) Object
getResourceId() String
getType() String
hashCode() Number
resetSOAPAdaptor() void
setProperty(String , Object ) void
setResourceId(String ) void
toString() String

Returned by

Method Returns
SOAPHost.activate(String , String , String , com.vmware.o11n.plugin.soap.workflow.WorkflowBuilderAdaptor ) SOAPHost
SOAPHostManager.addHost(SOAPHost host) SOAPHost
SOAPHostManager.getHost(String id) SOAPHost
SOAPHostManager.removeHost(String id) SOAPHost
SOAPHostManager.updateHost(SOAPHost host) SOAPHost
SOAPOperation.getHost() SOAPHost

Referenced in

Method Returns
SOAPHost.compareTo(SOAPHost ) Number
SOAPHostManager.addHost(SOAPHost host) SOAPHost
SOAPHostManager.updateHost(SOAPHost host) SOAPHost
SOAPOperation.setHost(SOAPHost ) void
SOAPOperation.(javax.xml.namespace.QName , SOAPHost ) void