Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.myeis.customer
Class J2C_MyEIS_CustomerInfoProxy  view J2C_MyEIS_CustomerInfoProxy download J2C_MyEIS_CustomerInfoProxy.java

java.lang.Object
  extended bycom.myeis.customer.J2C_MyEIS_CustomerInfoProxy

public class J2C_MyEIS_CustomerInfoProxy
extends java.lang.Object

J2C_MyEIS_CustomerInfoProxy Generated code. Only edit user code sections.


Field Summary
private  org.apache.wsif.WSIFPort fieldPort
           
private  org.apache.wsif.WSIFService fieldService
           
private static org.apache.wsif.WSIFService fieldStaticService
           
private static int INPUT_ONLY
           
private static int REQUEST_RESPONSE
           
 
Constructor Summary
J2C_MyEIS_CustomerInfoProxy()
          constructor
 
Method Summary
 org.apache.wsif.WSIFMessage execute(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName, org.apache.wsif.WSIFMessage aMessage, int operationType)
          execute (base message-level execution)
 com.myeis.services.Customer getCustomer(java.lang.String argNumber)
          getCustomer
 org.apache.wsif.WSIFPort getPort()
          getPort
 org.apache.wsif.WSIFService getService()
          getService
static void main(java.lang.String[] args)
          main method (for proxy unit testing)
 void setPort(org.apache.wsif.WSIFPort newPort)
          setPort
 void setService(org.apache.wsif.WSIFService newService)
          setService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INPUT_ONLY

private static final int INPUT_ONLY
See Also:
Constant Field Values

REQUEST_RESPONSE

private static final int REQUEST_RESPONSE
See Also:
Constant Field Values

fieldPort

private org.apache.wsif.WSIFPort fieldPort

fieldService

private org.apache.wsif.WSIFService fieldService

fieldStaticService

private static org.apache.wsif.WSIFService fieldStaticService
Constructor Detail

J2C_MyEIS_CustomerInfoProxy

public J2C_MyEIS_CustomerInfoProxy()
                            throws org.apache.wsif.WSIFException
constructor

Method Detail

getPort

public org.apache.wsif.WSIFPort getPort()
getPort


setPort

public void setPort(org.apache.wsif.WSIFPort newPort)
setPort


getService

public org.apache.wsif.WSIFService getService()
getService


setService

public void setService(org.apache.wsif.WSIFService newService)
setService


getCustomer

public com.myeis.services.Customer getCustomer(java.lang.String argNumber)
                                        throws org.apache.wsif.WSIFException
getCustomer


main

public static void main(java.lang.String[] args)
main method (for proxy unit testing)


execute

public org.apache.wsif.WSIFMessage execute(java.lang.String operationName,
                                           java.lang.String inputName,
                                           java.lang.String outputName,
                                           org.apache.wsif.WSIFMessage aMessage,
                                           int operationType)
                                    throws org.apache.wsif.WSIFException,
                                           java.lang.Exception
execute (base message-level execution)