Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.attachments.webservices.client
Class AuthorizationService

java.lang.Object
  extended by javax.xml.ws.Service
      extended by oracle.apps.fnd.applcore.attachments.webservices.client.AuthorizationService

@WebServiceClient(wsdlLocation="http://127.0.0.1:7101/Attachments-Jax-WS-context-root/AuthorizationPort?WSDL",
                  targetNamespace="http://webservices.attachments.applcore.fnd.apps.oracle/",
                  name="AuthorizationService")
public class AuthorizationService
extends javax.xml.ws.Service


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
javax.xml.ws.Service.Mode
 
Constructor Summary
AuthorizationService(java.lang.String endpointAddress)
           
 
Method Summary
 Authorization getAuthorizationPort()
           
 Authorization getAuthorizationPort(javax.xml.ws.WebServiceFeature... features)
           
static void login(Authorization port, java.lang.String userName, java.lang.String passWord)
           
 
Methods inherited from class javax.xml.ws.Service
addPort, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationService

public AuthorizationService(java.lang.String endpointAddress)
                     throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException
Method Detail

getAuthorizationPort

@WebEndpoint(name="AuthorizationPort")
public Authorization getAuthorizationPort()

getAuthorizationPort

@WebEndpoint(name="AuthorizationPort")
public Authorization getAuthorizationPort(javax.xml.ws.WebServiceFeature... features)

login

public static void login(Authorization port,
                         java.lang.String userName,
                         java.lang.String passWord)

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.