Class Endpoint
public class Endpoint : JVMBridgeBase<Endpoint>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
Endpoint
- Implements
- Inherited Members
-
JVMBridgeBase<Endpoint>.SExecute<TNewClass, TReturn, TConverter>(IJavaType, string, params object[])
- Extension Methods
Constructors
Endpoint()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("Endpoint class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Endpoint()
Endpoint(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Endpoint(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Endpoint(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
[Obsolete("Endpoint class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Endpoint(params object[] args)
Parameters
argsobject[]
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 Closeable
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; }
Property Value
WSDL_SERVICE
public static String WSDL_SERVICE { get; }
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
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()