|
|
|
@ -18,7 +18,9 @@
|
|
|
|
|
|
|
|
|
|
import com.weaver.seconddev.interfaces.prop.ConfigProp;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
|
|
|
|
@Component
|
|
|
|
|
public class VenMatExtsHandlerServiceServiceStub extends org.apache.axis2.client.Stub
|
|
|
|
|
{
|
|
|
|
|
protected org.apache.axis2.description.AxisOperation[] _operations;
|
|
|
|
@ -110,11 +112,11 @@ public class VenMatExtsHandlerServiceServiceStub extends org.apache.axis2.client
|
|
|
|
|
* Default Constructor
|
|
|
|
|
*/
|
|
|
|
|
//TODO config
|
|
|
|
|
// public VenMatExtsHandlerServiceServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault {
|
|
|
|
|
//
|
|
|
|
|
public VenMatExtsHandlerServiceServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault {
|
|
|
|
|
|
|
|
|
|
// this(configurationContext, Prop.getPropValue("htsrmoasync","htsrm_oa_venmatsextnew") );
|
|
|
|
|
//
|
|
|
|
|
// }
|
|
|
|
|
this(configProp.getHtsrm_oa_venmatsextnew());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Default Constructor
|
|
|
|
@ -123,6 +125,7 @@ public class VenMatExtsHandlerServiceServiceStub extends org.apache.axis2.client
|
|
|
|
|
public VenMatExtsHandlerServiceServiceStub() throws org.apache.axis2.AxisFault {
|
|
|
|
|
|
|
|
|
|
// this(Prop.getPropValue("htsrmoasync","htsrm_oa_venmatsextnew") );
|
|
|
|
|
this(configProp.getHtsrm_oa_venmatsextnew());
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|