com.popcornmonsters.ap4j.axis
Class AffiliateServiceLocator

com.popcornmonsters.ap4j.axis.AffiliateServiceLocator
All Implemented Interfaces:
AffiliateService

public class AffiliateServiceLocator
implements AffiliateService


Constructor Summary
AffiliateServiceLocator()
           
 
Method Summary
 AffiliateServiceSoap getAffiliateServiceSoap()
           
 AffiliateServiceSoap getAffiliateServiceSoap(java.net.URL portAddress)
           
 java.lang.String getAffiliateServiceSoapAddress()
           
 java.lang.String getAffiliateServiceSoapWSDDServiceName()
           
 java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 java.rmi.Remote getPort(javax.xml.namespace.QName portName, java.lang.Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 java.util.Iterator getPorts()
           
 javax.xml.namespace.QName getServiceName()
           
 void setAffiliateServiceSoapWSDDServiceName(java.lang.String name)
           
 

Constructor Detail

AffiliateServiceLocator

public AffiliateServiceLocator()
Method Detail

getAffiliateServiceSoapAddress

public java.lang.String getAffiliateServiceSoapAddress()
Specified by:
getAffiliateServiceSoapAddress in interface AffiliateService

getAffiliateServiceSoapWSDDServiceName

public java.lang.String getAffiliateServiceSoapWSDDServiceName()

setAffiliateServiceSoapWSDDServiceName

public void setAffiliateServiceSoapWSDDServiceName(java.lang.String name)

getAffiliateServiceSoap

public AffiliateServiceSoap getAffiliateServiceSoap()
                                             throws javax.xml.rpc.ServiceException
Specified by:
getAffiliateServiceSoap in interface AffiliateService

getAffiliateServiceSoap

public AffiliateServiceSoap getAffiliateServiceSoap(java.net.URL portAddress)
                                             throws javax.xml.rpc.ServiceException
Specified by:
getAffiliateServiceSoap in interface AffiliateService

getPort

public java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
                        throws javax.xml.rpc.ServiceException
For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.

getPort

public java.rmi.Remote getPort(javax.xml.namespace.QName portName,
                               java.lang.Class serviceEndpointInterface)
                        throws javax.xml.rpc.ServiceException
For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.

getServiceName

public javax.xml.namespace.QName getServiceName()

getPorts

public java.util.Iterator getPorts()