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 |
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 |
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 |