package org.tempuri; public class _interfaceSoapProxy implements org.tempuri._interfaceSoap { private String _endpoint = null; private org.tempuri._interfaceSoap _interfaceSoap = null; public _interfaceSoapProxy() { _init_interfaceSoapProxy(); } public _interfaceSoapProxy(String endpoint) { _endpoint = endpoint; _init_interfaceSoapProxy(); } private void _init_interfaceSoapProxy() { try { _interfaceSoap = (new org.tempuri._interfaceLocator()).get_interfaceSoap(); if (_interfaceSoap != null) { if (_endpoint != null) ((javax.xml.rpc.Stub)_interfaceSoap)._setProperty("javax.xml.rpc.service.endpoint.address", _endpoint); else _endpoint = (String)((javax.xml.rpc.Stub)_interfaceSoap)._getProperty("javax.xml.rpc.service.endpoint.address"); } } catch (javax.xml.rpc.ServiceException serviceException) {} } public String getEndpoint() { return _endpoint; } public void setEndpoint(String endpoint) { _endpoint = endpoint; if (_interfaceSoap != null) ((javax.xml.rpc.Stub)_interfaceSoap)._setProperty("javax.xml.rpc.service.endpoint.address", _endpoint); } public org.tempuri._interfaceSoap get_interfaceSoap() { if (_interfaceSoap == null) _init_interfaceSoapProxy(); return _interfaceSoap; } public java.lang.String jyyyInterface(java.lang.String company, java.lang.String execType_main, java.lang.String execType_sub, java.lang.String control, java.lang.String inputInfo) throws java.rmi.RemoteException{ if (_interfaceSoap == null) _init_interfaceSoapProxy(); return _interfaceSoap.jyyyInterface(company, execType_main, execType_sub, control, inputInfo); } }