midrange.com code scratchpad
Name:
Web server interface artifacts
Scriptlanguage:
Plain Text
Tabwidth:
4
Date:
09/22/2009 03:24:30 pm
IP:
Logged
Description:
PreviewBillingSystemInterface_PortType.java
PreviewBillingSystemInterfaceSOAPImpl.java
Code:
  1. **
  2.  * PreviewBillingSystemInterface_PortType.java
  3.  *
  4.  * This file was auto-generated from WSDL
  5.  * by the IBM Web services WSDL2Java emitter.
  6.  * cf350917.08 v51509110215
  7.  */
  8.  
  9. package com.paetec.www;
  10.  
  11. public interface PreviewBillingSystemInterface_PortType extends java.rmi.Remote {
  12.     public com.paetec.www.IsInBillingResponse isInBilling(com.paetec.www.IsInBillingRequest parameters) throws java.rmi.RemoteException, com.paetec.www.BillingSystem_fault;
  13. }
  14.  
  15.  
  16. /**
  17.  * PreviewBillingSystemInterfaceSOAPImpl.java
  18.  *
  19.  * This file was auto-generated from WSDL
  20.  * by the IBM Web services WSDL2Java emitter.
  21.  * cf350917.08 v51509110215
  22.  */
  23.  
  24. package com.paetec.www;
  25.  
  26. public class PreviewBillingSystemInterfaceSOAPImpl implements com.paetec.www.PreviewBillingSystemInterface_PortType{
  27.     public com.paetec.www.IsInBillingResponse isInBilling(com.paetec.www.IsInBillingRequest parameters) throws java.rmi.RemoteException, com.paetec.www.BillingSystem_fault {
  28.         return null;
  29.     }
  30.  
  31. }
  32.  
© 2004-2019 by midrange.com generated in 0.005s valid xhtml & css