public class WorkflowServiceHost extends ServiceHostBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Activities.WorkflowServiceHost
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.ServiceModel.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceModel.Activities
|
static java.lang.String |
className
Qualified class name: System.ServiceModel.Activities.WorkflowServiceHost
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WorkflowServiceHost() |
WorkflowServiceHost(Activity activity,
Uri... baseAddresses) |
WorkflowServiceHost(NetObject serviceImplementation,
Uri... baseAddresses) |
WorkflowServiceHost(java.lang.Object instance)
Internal constructor.
|
WorkflowServiceHost(WorkflowService serviceDefinition,
Uri... baseAddresses) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddServiceEndpoint(ServiceEndpoint endpoint) |
ServiceEndpoint |
AddServiceEndpoint(XName serviceContractName,
Binding binding,
java.lang.String address,
Uri listenUri,
java.lang.String behaviorConfigurationName) |
ServiceEndpoint |
AddServiceEndpoint(XName serviceContractName,
Binding binding,
Uri address,
Uri listenUri,
java.lang.String behaviorConfigurationName) |
ServiceEndpoint |
AddServiceEndpointNewWorkflowServiceHost(java.lang.String implementedContract,
Binding binding,
java.lang.String address) |
ServiceEndpoint |
AddServiceEndpointNewWorkflowServiceHost(java.lang.String implementedContract,
Binding binding,
java.lang.String address,
Uri listenUri) |
ServiceEndpoint |
AddServiceEndpointNewWorkflowServiceHost(java.lang.String implementedContract,
Binding binding,
Uri address) |
ServiceEndpoint |
AddServiceEndpointNewWorkflowServiceHost(java.lang.String implementedContract,
Binding binding,
Uri address,
Uri listenUri) |
static WorkflowServiceHost |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into WorkflowServiceHost, a cast assert is made to check if types are compatible. |
Activity |
getActivity() |
DurableInstancingOptions |
getDurableInstancingOptions() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
WorkflowInstanceExtensionManager |
getWorkflowExtensions() |
void |
setJCOInstance(JCObject instance) |
AddServiceEndpoint, AddServiceEndpoint, AddServiceEndpoint, AddServiceEndpoint, close, getAuthentication, getAuthorization, getChannelDispatchers, getCloseTimeout, getCredentials, getDescription, getManualFlowControlLimit, getOpenTimeout, IncrementManualFlowControlLimit, setCloseTimeout, SetEndpointAddress, setManualFlowControlLimit, setOpenTimeoutAbort, addClosed, addClosing, addFaulted, addOpened, addOpening, BeginClose, BeginClose, BeginOpen, BeginOpen, Close, Close, EndClose, EndOpen, getState, Open, Open, removeClosed, removeClosing, removeFaulted, removeOpened, removeOpeningEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringDispose, ToIDisposablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WorkflowServiceHost()
throws java.lang.Throwable
java.lang.Throwablepublic WorkflowServiceHost(Activity activity, Uri... baseAddresses) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, FormatException, CultureNotFoundException, OverflowException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionFormatExceptionCultureNotFoundExceptionOverflowExceptionpublic WorkflowServiceHost(NetObject serviceImplementation, Uri... baseAddresses) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, FormatException, CultureNotFoundException, SocketException, InvalidEnumArgumentException, CryptographicException, OverflowException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionFormatExceptionCultureNotFoundExceptionSocketExceptionInvalidEnumArgumentExceptionCryptographicExceptionOverflowExceptionpublic WorkflowServiceHost(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic WorkflowServiceHost(WorkflowService serviceDefinition, Uri... baseAddresses) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, FormatException, CultureNotFoundException, SocketException, InvalidEnumArgumentException, CryptographicException, OverflowException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionFormatExceptionCultureNotFoundExceptionSocketExceptionInvalidEnumArgumentExceptionCryptographicExceptionOverflowExceptionpublic void AddServiceEndpoint(ServiceEndpoint endpoint) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OutOfMemoryException, NotSupportedException
AddServiceEndpoint in class ServiceHostBasejava.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionOutOfMemoryExceptionNotSupportedExceptionpublic ServiceEndpoint AddServiceEndpoint(XName serviceContractName, Binding binding, java.lang.String address, Uri listenUri, java.lang.String behaviorConfigurationName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SecurityException, MemberAccessException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException, OverflowException, KeyNotFoundException, ConfigurationErrorsException, NotSupportedException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionMemberAccessExceptionNullReferenceExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionOverflowExceptionKeyNotFoundExceptionConfigurationErrorsExceptionNotSupportedExceptionXmlExceptionpublic ServiceEndpoint AddServiceEndpoint(XName serviceContractName, Binding binding, Uri address, Uri listenUri, java.lang.String behaviorConfigurationName) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, OutOfMemoryException, KeyNotFoundException, CultureNotFoundException, OverflowException, ConfigurationErrorsException, NotSupportedException, ConfigurationException, NotImplementedException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionOutOfMemoryExceptionKeyNotFoundExceptionCultureNotFoundExceptionOverflowExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionNotImplementedExceptionpublic ServiceEndpoint AddServiceEndpointNewWorkflowServiceHost(java.lang.String implementedContract, Binding binding, java.lang.String address) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, SecurityException, UriFormatException
public ServiceEndpoint AddServiceEndpointNewWorkflowServiceHost(java.lang.String implementedContract, Binding binding, java.lang.String address, Uri listenUri) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, SecurityException, OutOfMemoryException, MemberAccessException, NullReferenceException, UriFormatException, KeyNotFoundException, NotSupportedException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionMemberAccessExceptionNullReferenceExceptionUriFormatExceptionKeyNotFoundExceptionNotSupportedExceptionpublic ServiceEndpoint AddServiceEndpointNewWorkflowServiceHost(java.lang.String implementedContract, Binding binding, Uri address) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, KeyNotFoundException, NotSupportedException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionKeyNotFoundExceptionNotSupportedExceptionpublic ServiceEndpoint AddServiceEndpointNewWorkflowServiceHost(java.lang.String implementedContract, Binding binding, Uri address, Uri listenUri) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, SecurityException, OutOfMemoryException, KeyNotFoundException, CultureNotFoundException, NotSupportedException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionKeyNotFoundExceptionCultureNotFoundExceptionNotSupportedExceptionpublic static WorkflowServiceHost cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WorkflowServiceHost, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWorkflowServiceHost instancejava.lang.Throwable - in case of error during cast operationpublic Activity getActivity() throws java.lang.Throwable
java.lang.Throwablepublic DurableInstancingOptions getDurableInstancingOptions() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDisposablegetJCOAssemblyName in class ServiceHostBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDisposablegetJCOClassName in class ServiceHostBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDisposablegetJCOInstance in class ServiceHostBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDisposablegetJCOObjectName in class ServiceHostBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDisposablegetJCOType in class ServiceHostBaseJCType representing the CLR Type of the instantiated Classpublic WorkflowInstanceExtensionManager getWorkflowExtensions() throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ServiceHostBase