Class ServiceDelegate
public class ServiceDelegate : JVMBridgeBase<ServiceDelegate>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
ServiceDelegate
- Implements
- Inherited Members
-
JVMBridgeBase<ServiceDelegate>.SExecuteWithSignature<TReturn>(Type, string, string, params object[])
- Extension Methods
Constructors
ServiceDelegate()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("ServiceDelegate 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 ServiceDelegate()
ServiceDelegate(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ServiceDelegate(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
ServiceDelegate(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("ServiceDelegate 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 ServiceDelegate(params object[] args)
Parameters
argsobject[]
Properties
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/spi/ServiceDelegate.html#getExecutor-- https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/spi/ServiceDelegate.html#setExecutor-java.util.concurrent.Executor-
public Executor Executor { get; set; }
Property Value
HandlerResolver
https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/spi/ServiceDelegate.html#getHandlerResolver-- https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/spi/ServiceDelegate.html#setHandlerResolver-javax.xml.ws.handler.HandlerResolver-
public HandlerResolver HandlerResolver { get; set; }
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
Ports
public Iterator<QName> Ports { get; }
Property Value
ServiceName
public QName ServiceName { get; }
Property Value
WSDLDocumentLocation
public URL WSDLDocumentLocation { get; }
Property Value
Methods
AddPort(QName, String, String)
public void AddPort(QName arg0, String arg1, String arg2)
Parameters
CreateDispatch(QName, JAXBContext, Mode)
public Dispatch<object> CreateDispatch(QName arg0, JAXBContext arg1, Service.Mode arg2)
Parameters
arg0QNamearg1JAXBContextarg2Service.Mode
Returns
CreateDispatch(QName, JAXBContext, Mode, params WebServiceFeature[])
public Dispatch<object> CreateDispatch(QName arg0, JAXBContext arg1, Service.Mode arg2, params WebServiceFeature[] arg3)
Parameters
arg0QNamearg1JAXBContextarg2Service.Modearg3WebServiceFeature[]
Returns
CreateDispatch(EndpointReference, JAXBContext, Mode, params WebServiceFeature[])
public Dispatch<object> CreateDispatch(EndpointReference arg0, JAXBContext arg1, Service.Mode arg2, params WebServiceFeature[] arg3)
Parameters
arg0EndpointReferencearg1JAXBContextarg2Service.Modearg3WebServiceFeature[]
Returns
CreateDispatch<T>(QName, Class, Mode)
public Dispatch<T> CreateDispatch<T>(QName arg0, Class arg1, Service.Mode arg2)
Parameters
Returns
Type Parameters
T
CreateDispatch<T>(QName, Class, Mode, params WebServiceFeature[])
public Dispatch<T> CreateDispatch<T>(QName arg0, Class arg1, Service.Mode arg2, params WebServiceFeature[] arg3)
Parameters
arg0QNamearg1Classarg2Service.Modearg3WebServiceFeature[]
Returns
Type Parameters
T
CreateDispatch<T>(EndpointReference, Class, Mode, params WebServiceFeature[])
public Dispatch<T> CreateDispatch<T>(EndpointReference arg0, Class arg1, Service.Mode arg2, params WebServiceFeature[] arg3)
Parameters
arg0EndpointReferencearg1Classarg2Service.Modearg3WebServiceFeature[]
Returns
Type Parameters
T
GetPort<T>(Class)
public T GetPort<T>(Class arg0)
Parameters
Returns
- T
T
Type Parameters
T
GetPort<T>(Class, params WebServiceFeature[])
public T GetPort<T>(Class arg0, params WebServiceFeature[] arg1)
Parameters
arg0Classarg1WebServiceFeature[]
Returns
- T
T
Type Parameters
T
GetPort<T>(QName, Class)
public T GetPort<T>(QName arg0, Class arg1)
Parameters
Returns
- T
T
Type Parameters
T
GetPort<T>(QName, Class, params WebServiceFeature[])
public T GetPort<T>(QName arg0, Class arg1, params WebServiceFeature[] arg2)
Parameters
arg0QNamearg1Classarg2WebServiceFeature[]
Returns
- T
T
Type Parameters
T
GetPort<T>(EndpointReference, Class, params WebServiceFeature[])
public T GetPort<T>(EndpointReference arg0, Class arg1, params WebServiceFeature[] arg2)
Parameters
arg0EndpointReferencearg1Classarg2WebServiceFeature[]
Returns
- T
T
Type Parameters
T