Package org.apache.ws.eventing.porttype.impl

Examples of org.apache.ws.eventing.porttype.impl.SubscriptionManagerPortTypeImpl


    * @throws java.rmi.RemoteException DOCUMENT_ME
    */
   public org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusResponseDocument getStatus( org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusDocument body )
   throws java.rmi.RemoteException
   {
      return new SubscriptionManagerPortTypeImpl( getResourceContext(  ) ).getStatus( body );
   }
View Full Code Here


    * @throws java.rmi.RemoteException DOCUMENT_ME
    */
   public org.xmlsoap.schemas.ws.x2004.x08.eventing.RenewResponseDocument renew( org.xmlsoap.schemas.ws.x2004.x08.eventing.RenewDocument body )
   throws java.rmi.RemoteException
   {
      return new SubscriptionManagerPortTypeImpl( getResourceContext(  ) ).renew( body );
   }
View Full Code Here

    * @throws java.rmi.RemoteException DOCUMENT_ME
    */
   public void unsubscribe( org.xmlsoap.schemas.ws.x2004.x08.eventing.UnsubscribeDocument body )
   throws java.rmi.RemoteException
   {
      new SubscriptionManagerPortTypeImpl( getResourceContext(  ) ).unsubscribe( body );
   }
View Full Code Here

    public org.xmlsoap.schemas.ws.x2004.x08.eventing.SubscribeResponseDocument subscribe(org.xmlsoap.schemas.ws.x2004.x08.eventing.SubscribeDocument body) throws java.rmi.RemoteException {
        return new EventSourcePortTypeImpl(/*getResourceContext()*/).subscribe(body);
    }
   
    public org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusResponseDocument getStatus(org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusDocument body) throws java.rmi.RemoteException {
        return new SubscriptionManagerPortTypeImpl(getResourceContext()).getStatus(body);
    }
View Full Code Here

    public org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusResponseDocument getStatus(org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusDocument body) throws java.rmi.RemoteException {
        return new SubscriptionManagerPortTypeImpl(getResourceContext()).getStatus(body);
    }

    public org.xmlsoap.schemas.ws.x2004.x08.eventing.RenewResponseDocument renew(org.xmlsoap.schemas.ws.x2004.x08.eventing.RenewDocument body) throws java.rmi.RemoteException {
        return new SubscriptionManagerPortTypeImpl(getResourceContext()).renew(body);
    }
View Full Code Here

        return new SubscriptionManagerPortTypeImpl(getResourceContext()).renew(body);
    }

   
    public void unsubscribe(org.xmlsoap.schemas.ws.x2004.x08.eventing.UnsubscribeDocument body) throws java.rmi.RemoteException {
        new SubscriptionManagerPortTypeImpl(getResourceContext()).unsubscribe(body);
    }
View Full Code Here

    * @throws java.rmi.RemoteException DOCUMENT_ME
    */
   public org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusResponseDocument getStatus( org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusDocument body )
   throws java.rmi.RemoteException
   {
      return new SubscriptionManagerPortTypeImpl( getResourceContext(  ) ).getStatus( body );
   }
View Full Code Here

    * @throws java.rmi.RemoteException DOCUMENT_ME
    */
   public org.xmlsoap.schemas.ws.x2004.x08.eventing.RenewResponseDocument renew( org.xmlsoap.schemas.ws.x2004.x08.eventing.RenewDocument body )
   throws java.rmi.RemoteException
   {
      return new SubscriptionManagerPortTypeImpl( getResourceContext(  ) ).renew( body );
   }
View Full Code Here

    * @throws java.rmi.RemoteException DOCUMENT_ME
    */
   public void unsubscribe( org.xmlsoap.schemas.ws.x2004.x08.eventing.UnsubscribeDocument body )
   throws java.rmi.RemoteException
   {
      new SubscriptionManagerPortTypeImpl( getResourceContext(  ) ).unsubscribe( body );
   }
View Full Code Here

    * @throws java.rmi.RemoteException DOCUMENT_ME
    */
   public org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusResponseDocument getStatus( org.xmlsoap.schemas.ws.x2004.x08.eventing.GetStatusDocument body )
   throws java.rmi.RemoteException
   {
      return new SubscriptionManagerPortTypeImpl( getResourceContext(  ) ).getStatus( body );
   }
View Full Code Here

TOP

Related Classes of org.apache.ws.eventing.porttype.impl.SubscriptionManagerPortTypeImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.