com.popcornmonsters.ap4j.axis
Class AffiliateServiceLocator
com.popcornmonsters.ap4j.axis.AffiliateServiceLocator
- All Implemented Interfaces:
- AffiliateService
- public class AffiliateServiceLocator
- implements AffiliateService
AffiliateServiceLocator
public AffiliateServiceLocator()
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()