public com.httprecipes.www._1._11.soap.PigLatinTranslatorPortType getPigLatinTranslatorPort(
     java.net.URL portAddress) throws javax.xml.rpc.ServiceException {
   try {
     com.httprecipes.www._1._11.soap.PigLatinTranslatorBindingStub _stub =
         new com.httprecipes.www._1._11.soap.PigLatinTranslatorBindingStub(portAddress, this);
     _stub.setPortName(getPigLatinTranslatorPortWSDDServiceName());
     return _stub;
   } catch (org.apache.axis.AxisFault e) {
     return null;
   }
 }
 /**
  * For the given interface, get the stub implementation. If this service has no port for the given
  * interface, then ServiceException is thrown.
  */
 public java.rmi.Remote getPort(Class serviceEndpointInterface)
     throws javax.xml.rpc.ServiceException {
   try {
     if (com.httprecipes.www._1._11.soap.PigLatinTranslatorPortType.class.isAssignableFrom(
         serviceEndpointInterface)) {
       com.httprecipes.www._1._11.soap.PigLatinTranslatorBindingStub _stub =
           new com.httprecipes.www._1._11.soap.PigLatinTranslatorBindingStub(
               new java.net.URL(PigLatinTranslatorPort_address), this);
       _stub.setPortName(getPigLatinTranslatorPortWSDDServiceName());
       return _stub;
     }
   } catch (java.lang.Throwable t) {
     throw new javax.xml.rpc.ServiceException(t);
   }
   throw new javax.xml.rpc.ServiceException(
       "There is no stub implementation for the interface:  "
           + (serviceEndpointInterface == null ? "null" : serviceEndpointInterface.getName()));
 }