Class Endpoint
public class Endpoint : JVMBridgeBase<Endpoint>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Endpoint
- Implements
- Extension Methods
Constructors
Endpoint()
public Endpoint()
Endpoint(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Endpoint(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
Binding
public Binding Binding { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Executor
https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/Endpoint.html#getExecutor-- https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/Endpoint.html#setExecutor-java.util.concurrent.Executor-
public Executor Executor { get; set; }
Property Value
Implementor
public object Implementor { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Metadata
https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/Endpoint.html#getMetadata-- https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/Endpoint.html#setMetadata-java.util.List-
public List<Source> Metadata { get; set; }
Property Value
Properties
https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/Endpoint.html#getProperties-- https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/Endpoint.html#setProperties-java.util.Map-
public Map<String, object> Properties { get; set; }
Property Value
WSDL_PORT
public static String WSDL_PORT { get; set; }
Property Value
WSDL_SERVICE
public static String WSDL_SERVICE { get; set; }
Property Value
Methods
Create(String, object)
public static Endpoint Create(String arg0, object arg1)
Parameters
Returns
Create(String, object, params WebServiceFeature[])
public static Endpoint Create(String arg0, object arg1, params WebServiceFeature[] arg2)
Parameters
arg0Stringarg1objectarg2WebServiceFeature[]
Returns
Create(object)
public static Endpoint Create(object arg0)
Parameters
Returns
Create(object, params WebServiceFeature[])
public static Endpoint Create(object arg0, params WebServiceFeature[] arg1)
Parameters
arg0objectarg1WebServiceFeature[]
Returns
CreatePoolableInstance()
HPA initializer for Endpoint()
public static Endpoint CreatePoolableInstance()
Returns
GetEndpointReference(params Element[])
public EndpointReference GetEndpointReference(params Element[] arg0)
Parameters
Returns
GetEndpointReference<T>(Class, params Element[])
public T GetEndpointReference<T>(Class arg0, params Element[] arg1) where T : EndpointReference
Parameters
Returns
- T
T
Type Parameters
IsPublished()
public bool IsPublished()
Returns
Publish(String)
public void Publish(String arg0)
Parameters
Publish(String, object)
public static Endpoint Publish(String arg0, object arg1)
Parameters
Returns
Publish(String, object, params WebServiceFeature[])
public static Endpoint Publish(String arg0, object arg1, params WebServiceFeature[] arg2)
Parameters
arg0Stringarg1objectarg2WebServiceFeature[]
Returns
Publish(HttpContext)
public void Publish(HttpContext arg0)
Parameters
arg0HttpContext
Publish(object)
public void Publish(object arg0)
Parameters
SetEndpointContext(EndpointContext)
public void SetEndpointContext(EndpointContext arg0)
Parameters
Stop()
public void Stop()