|
@@ -7,7 +7,7 @@
|
|
|
|
|
|
package com.steerinfo.dil.wsdl;
|
|
|
|
|
|
-public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub implements com.steerinfo.dil.wsdl.WSFaceFacadeSrvProxy {
|
|
|
+public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub implements WSFaceFacadeSrvProxy {
|
|
|
private java.util.Vector cachedSerClasses = new java.util.Vector();
|
|
|
private java.util.Vector cachedSerQNames = new java.util.Vector();
|
|
|
private java.util.Vector cachedSerFactories = new java.util.Vector();
|
|
@@ -196,7 +196,7 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
|
|
|
Class simplelistdf = org.apache.axis.encoding.ser.SimpleListDeserializerFactory.class;
|
|
|
qName = new javax.xml.namespace.QName("urn:client.facefacade", "WSInvokeException");
|
|
|
cachedSerQNames.add(qName);
|
|
|
- cls = com.steerinfo.dil.wsdl.WSInvokeException.class;
|
|
|
+ cls = WSInvokeException.class;
|
|
|
cachedSerClasses.add(cls);
|
|
|
cachedSerFactories.add(beansf);
|
|
|
cachedDeserFactories.add(beandf);
|
|
@@ -268,7 +268,7 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public String invokeJson(String strRequest) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException {
|
|
|
+ public String invokeJson(String strRequest) throws java.rmi.RemoteException, WSInvokeException {
|
|
|
if (super.cachedEndpoint == null) {
|
|
|
throw new org.apache.axis.NoEndPointException();
|
|
|
}
|
|
@@ -299,15 +299,15 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
|
|
|
if (axisFaultException.detail instanceof java.rmi.RemoteException) {
|
|
|
throw (java.rmi.RemoteException) axisFaultException.detail;
|
|
|
}
|
|
|
- if (axisFaultException.detail instanceof com.steerinfo.dil.wsdl.WSInvokeException) {
|
|
|
- throw (com.steerinfo.dil.wsdl.WSInvokeException) axisFaultException.detail;
|
|
|
+ if (axisFaultException.detail instanceof WSInvokeException) {
|
|
|
+ throw (WSInvokeException) axisFaultException.detail;
|
|
|
}
|
|
|
}
|
|
|
throw axisFaultException;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public String invokeXML(String strRequest) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException {
|
|
|
+ public String invokeXML(String strRequest) throws java.rmi.RemoteException, WSInvokeException {
|
|
|
if (super.cachedEndpoint == null) {
|
|
|
throw new org.apache.axis.NoEndPointException();
|
|
|
}
|
|
@@ -338,15 +338,15 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
|
|
|
if (axisFaultException.detail instanceof java.rmi.RemoteException) {
|
|
|
throw (java.rmi.RemoteException) axisFaultException.detail;
|
|
|
}
|
|
|
- if (axisFaultException.detail instanceof com.steerinfo.dil.wsdl.WSInvokeException) {
|
|
|
- throw (com.steerinfo.dil.wsdl.WSInvokeException) axisFaultException.detail;
|
|
|
+ if (axisFaultException.detail instanceof WSInvokeException) {
|
|
|
+ throw (WSInvokeException) axisFaultException.detail;
|
|
|
}
|
|
|
}
|
|
|
throw axisFaultException;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public String thirdJson(String strRequest) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException {
|
|
|
+ public String thirdJson(String strRequest) throws java.rmi.RemoteException, WSInvokeException {
|
|
|
if (super.cachedEndpoint == null) {
|
|
|
throw new org.apache.axis.NoEndPointException();
|
|
|
}
|
|
@@ -377,15 +377,15 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
|
|
|
if (axisFaultException.detail instanceof java.rmi.RemoteException) {
|
|
|
throw (java.rmi.RemoteException) axisFaultException.detail;
|
|
|
}
|
|
|
- if (axisFaultException.detail instanceof com.steerinfo.dil.wsdl.WSInvokeException) {
|
|
|
- throw (com.steerinfo.dil.wsdl.WSInvokeException) axisFaultException.detail;
|
|
|
+ if (axisFaultException.detail instanceof WSInvokeException) {
|
|
|
+ throw (WSInvokeException) axisFaultException.detail;
|
|
|
}
|
|
|
}
|
|
|
throw axisFaultException;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public String thirdXML(String strRequest) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException {
|
|
|
+ public String thirdXML(String strRequest) throws java.rmi.RemoteException, WSInvokeException {
|
|
|
if (super.cachedEndpoint == null) {
|
|
|
throw new org.apache.axis.NoEndPointException();
|
|
|
}
|
|
@@ -416,15 +416,15 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
|
|
|
if (axisFaultException.detail instanceof java.rmi.RemoteException) {
|
|
|
throw (java.rmi.RemoteException) axisFaultException.detail;
|
|
|
}
|
|
|
- if (axisFaultException.detail instanceof com.steerinfo.dil.wsdl.WSInvokeException) {
|
|
|
- throw (com.steerinfo.dil.wsdl.WSInvokeException) axisFaultException.detail;
|
|
|
+ if (axisFaultException.detail instanceof WSInvokeException) {
|
|
|
+ throw (WSInvokeException) axisFaultException.detail;
|
|
|
}
|
|
|
}
|
|
|
throw axisFaultException;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public String writeFileJson(String request, byte[] fileData) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException {
|
|
|
+ public String writeFileJson(String request, byte[] fileData) throws java.rmi.RemoteException, WSInvokeException {
|
|
|
if (super.cachedEndpoint == null) {
|
|
|
throw new org.apache.axis.NoEndPointException();
|
|
|
}
|
|
@@ -455,15 +455,15 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
|
|
|
if (axisFaultException.detail instanceof java.rmi.RemoteException) {
|
|
|
throw (java.rmi.RemoteException) axisFaultException.detail;
|
|
|
}
|
|
|
- if (axisFaultException.detail instanceof com.steerinfo.dil.wsdl.WSInvokeException) {
|
|
|
- throw (com.steerinfo.dil.wsdl.WSInvokeException) axisFaultException.detail;
|
|
|
+ if (axisFaultException.detail instanceof WSInvokeException) {
|
|
|
+ throw (WSInvokeException) axisFaultException.detail;
|
|
|
}
|
|
|
}
|
|
|
throw axisFaultException;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public byte[] readFileJson(String request) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException {
|
|
|
+ public byte[] readFileJson(String request) throws java.rmi.RemoteException, WSInvokeException {
|
|
|
if (super.cachedEndpoint == null) {
|
|
|
throw new org.apache.axis.NoEndPointException();
|
|
|
}
|
|
@@ -494,15 +494,15 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
|
|
|
if (axisFaultException.detail instanceof java.rmi.RemoteException) {
|
|
|
throw (java.rmi.RemoteException) axisFaultException.detail;
|
|
|
}
|
|
|
- if (axisFaultException.detail instanceof com.steerinfo.dil.wsdl.WSInvokeException) {
|
|
|
- throw (com.steerinfo.dil.wsdl.WSInvokeException) axisFaultException.detail;
|
|
|
+ if (axisFaultException.detail instanceof WSInvokeException) {
|
|
|
+ throw (WSInvokeException) axisFaultException.detail;
|
|
|
}
|
|
|
}
|
|
|
throw axisFaultException;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public String writeFileXml(String request, byte[] fileData) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException {
|
|
|
+ public String writeFileXml(String request, byte[] fileData) throws java.rmi.RemoteException, WSInvokeException {
|
|
|
if (super.cachedEndpoint == null) {
|
|
|
throw new org.apache.axis.NoEndPointException();
|
|
|
}
|
|
@@ -533,15 +533,15 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
|
|
|
if (axisFaultException.detail instanceof java.rmi.RemoteException) {
|
|
|
throw (java.rmi.RemoteException) axisFaultException.detail;
|
|
|
}
|
|
|
- if (axisFaultException.detail instanceof com.steerinfo.dil.wsdl.WSInvokeException) {
|
|
|
- throw (com.steerinfo.dil.wsdl.WSInvokeException) axisFaultException.detail;
|
|
|
+ if (axisFaultException.detail instanceof WSInvokeException) {
|
|
|
+ throw (WSInvokeException) axisFaultException.detail;
|
|
|
}
|
|
|
}
|
|
|
throw axisFaultException;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public byte[] readFileXml(String request) throws java.rmi.RemoteException, com.steerinfo.dil.wsdl.WSInvokeException {
|
|
|
+ public byte[] readFileXml(String request) throws java.rmi.RemoteException, WSInvokeException {
|
|
|
if (super.cachedEndpoint == null) {
|
|
|
throw new org.apache.axis.NoEndPointException();
|
|
|
}
|
|
@@ -572,8 +572,8 @@ public class WSFaceFacadeSoapBindingStub extends org.apache.axis.client.Stub imp
|
|
|
if (axisFaultException.detail instanceof java.rmi.RemoteException) {
|
|
|
throw (java.rmi.RemoteException) axisFaultException.detail;
|
|
|
}
|
|
|
- if (axisFaultException.detail instanceof com.steerinfo.dil.wsdl.WSInvokeException) {
|
|
|
- throw (com.steerinfo.dil.wsdl.WSInvokeException) axisFaultException.detail;
|
|
|
+ if (axisFaultException.detail instanceof WSInvokeException) {
|
|
|
+ throw (WSInvokeException) axisFaultException.detail;
|
|
|
}
|
|
|
}
|
|
|
throw axisFaultException;
|