com.ibm.soa.sp.pxnotify
Class DeliveryConfirmationCallbackInterfaceServiceLocator

java.lang.Object
  extended by com.ibm.ws.webservices.multiprotocol.models.ModelService
      extended by com.ibm.ws.webservices.multiprotocol.AgnosticService
          extended by com.ibm.soa.sp.pxnotify.DeliveryConfirmationCallbackInterfaceServiceLocator
All Implemented Interfaces:
DeliveryConfirmationCallbackInterfaceService, com.ibm.ws.webservices.multiprotocol.GeneratedService, javax.xml.rpc.Service

public class DeliveryConfirmationCallbackInterfaceServiceLocator
extends com.ibm.ws.webservices.multiprotocol.AgnosticService
implements com.ibm.ws.webservices.multiprotocol.GeneratedService, DeliveryConfirmationCallbackInterfaceService


Field Summary
 
Fields inherited from class com.ibm.ws.webservices.multiprotocol.models.ModelService
context, transport, typeMappingRegistry
 
Constructor Summary
DeliveryConfirmationCallbackInterfaceServiceLocator()
           
DeliveryConfirmationCallbackInterfaceServiceLocator(com.ibm.ws.webservices.multiprotocol.ServiceContext ctx)
           
 
Method Summary
 javax.xml.rpc.Call[] getCalls(javax.xml.namespace.QName portName)
           
 DeliveryConfirmationCallbackInterface getDeliveryConfirmationCallbackInterface()
           
 DeliveryConfirmationCallbackInterface getDeliveryConfirmationCallbackInterface(java.net.URL portAddress)
           
 java.lang.String getDeliveryConfirmationCallbackInterfaceAddress()
           
 java.lang.String getDeliveryConfirmationCallbackInterfaceWSDDPortName()
           
 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.
protected  java.util.Map getPort2NamespaceMap()
           
 java.util.Iterator getPorts()
           
 javax.xml.namespace.QName getServiceName()
           
 void setDeliveryConfirmationCallbackInterfaceWSDDPortName(java.lang.String name)
           
 void setPortNamePrefix(java.lang.String prefix)
           
 
Methods inherited from class com.ibm.ws.webservices.multiprotocol.AgnosticService
chooseAvailablePort, chooseDefaultPort, doCreateCall, doGetPort, doGetPort, getDefaultPortName, getDefaultPortQName, getDefaultServiceNamespace, getGeneratedStub, getHandlerRegistry, getInvocationHandler, getStub, getTypeMappingRegistry, getWhichGlobalHandlersToUseOffThread, isDefaultNamespace, isDefaultPort, makeTransport, setDefaultServiceNamespace, useGlobalHandlers
 
Methods inherited from class com.ibm.ws.webservices.multiprotocol.models.ModelService
createCall, createCall, createCall, createCall, createCall, createCall, createCall, createCallInternal, getAddressForPort, getAvailablePortNames, getDefaultPortName, getDefaultPortNameForSEI, getInvocationHandler, getPortsForSEI, getPortTypeForSEI, getPreferredPortForPortType, getTransport, getWSDLDocumentLocation, isPortAvailable, makeDynamicProxyStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getHandlerRegistry, getTypeMappingRegistry, getWSDLDocumentLocation
 

Constructor Detail

DeliveryConfirmationCallbackInterfaceServiceLocator

public DeliveryConfirmationCallbackInterfaceServiceLocator()

DeliveryConfirmationCallbackInterfaceServiceLocator

public DeliveryConfirmationCallbackInterfaceServiceLocator(com.ibm.ws.webservices.multiprotocol.ServiceContext ctx)
Method Detail

getDeliveryConfirmationCallbackInterfaceAddress

public java.lang.String getDeliveryConfirmationCallbackInterfaceAddress()
Specified by:
getDeliveryConfirmationCallbackInterfaceAddress in interface DeliveryConfirmationCallbackInterfaceService

getDeliveryConfirmationCallbackInterfaceWSDDPortName

public java.lang.String getDeliveryConfirmationCallbackInterfaceWSDDPortName()

setDeliveryConfirmationCallbackInterfaceWSDDPortName

public void setDeliveryConfirmationCallbackInterfaceWSDDPortName(java.lang.String name)

getDeliveryConfirmationCallbackInterface

public DeliveryConfirmationCallbackInterface getDeliveryConfirmationCallbackInterface()
                                                                               throws javax.xml.rpc.ServiceException
Specified by:
getDeliveryConfirmationCallbackInterface in interface DeliveryConfirmationCallbackInterfaceService
Throws:
javax.xml.rpc.ServiceException

getDeliveryConfirmationCallbackInterface

public DeliveryConfirmationCallbackInterface getDeliveryConfirmationCallbackInterface(java.net.URL portAddress)
                                                                               throws javax.xml.rpc.ServiceException
Specified by:
getDeliveryConfirmationCallbackInterface in interface DeliveryConfirmationCallbackInterfaceService
Throws:
javax.xml.rpc.ServiceException

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.

Specified by:
getPort in interface javax.xml.rpc.Service
Overrides:
getPort in class com.ibm.ws.webservices.multiprotocol.models.ModelService
Throws:
javax.xml.rpc.ServiceException

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.

Specified by:
getPort in interface javax.xml.rpc.Service
Overrides:
getPort in class com.ibm.ws.webservices.multiprotocol.models.ModelService
Throws:
javax.xml.rpc.ServiceException

setPortNamePrefix

public void setPortNamePrefix(java.lang.String prefix)
Specified by:
setPortNamePrefix in interface com.ibm.ws.webservices.multiprotocol.GeneratedService

getServiceName

public javax.xml.namespace.QName getServiceName()
Specified by:
getServiceName in interface javax.xml.rpc.Service
Overrides:
getServiceName in class com.ibm.ws.webservices.multiprotocol.models.ModelService

getPort2NamespaceMap

protected java.util.Map getPort2NamespaceMap()

getPorts

public java.util.Iterator getPorts()
Specified by:
getPorts in interface javax.xml.rpc.Service
Overrides:
getPorts in class com.ibm.ws.webservices.multiprotocol.models.ModelService

getCalls

public javax.xml.rpc.Call[] getCalls(javax.xml.namespace.QName portName)
                              throws javax.xml.rpc.ServiceException
Specified by:
getCalls in interface javax.xml.rpc.Service
Overrides:
getCalls in class com.ibm.ws.webservices.multiprotocol.models.ModelService
Throws:
javax.xml.rpc.ServiceException


Copyright © 2003 IBM Corp. All Rights Reserved.