cosmic-internal-jdk
Version:
KingScript: JDK1.8
16 lines (15 loc) • 1.11 kB
TypeScript
/// <reference types="dist/index" />
export type InitParam = $.javax.jws.soap.InitParam;
export declare const InitParam: $.javax.jws.soap.InitParamConstructor;
export type SOAPBinding = $.javax.jws.soap.SOAPBinding;
export declare const SOAPBinding: $.javax.jws.soap.SOAPBindingConstructor;
export declare const SOAPBinding$ParameterStyle: typeof $.javax.jws.soap.SOAPBinding$ParameterStyle;
export type SOAPBinding$ParameterStyle = $.javax.jws.soap.SOAPBinding$ParameterStyle;
export declare const SOAPBinding$Style: typeof $.javax.jws.soap.SOAPBinding$Style;
export type SOAPBinding$Style = $.javax.jws.soap.SOAPBinding$Style;
export declare const SOAPBinding$Use: typeof $.javax.jws.soap.SOAPBinding$Use;
export type SOAPBinding$Use = $.javax.jws.soap.SOAPBinding$Use;
export type SOAPMessageHandler = $.javax.jws.soap.SOAPMessageHandler;
export declare const SOAPMessageHandler: $.javax.jws.soap.SOAPMessageHandlerConstructor;
export type SOAPMessageHandlers = $.javax.jws.soap.SOAPMessageHandlers;
export declare const SOAPMessageHandlers: $.javax.jws.soap.SOAPMessageHandlersConstructor;