舉報(bào)

會(huì)員
BPEL and Java Cookbook
最新章節(jié):
Index
ThebookiswritteninaCookbookformatwithpracticalrecipesaimedathelpingyouextendBPELcapabilitieswithJava.ThisbookisaimedatJavadeveloperswhouseBPELprogrammingtodevelopwebservicesinSOAdevelopment.ItisassumedthatthereadersareexperiencedwithJavaprogrammingandSOA,butknowledgeofBPELisnotnecessarilyrequired.
最新章節(jié)
- Index
- Publishing a web service without an application server
- Defining the direction of the parameters
- Defining a one or two way web service
- Defining a response wrapper for a web service
- Defining a request wrapper for a web service
品牌:中圖公司
上架時(shí)間:2021-08-06 16:19:28
出版社:Packt Publishing
本書數(shù)字版權(quán)由中圖公司提供,并由其授權(quán)上海閱文信息技術(shù)有限公司制作發(fā)行
- Index 更新時(shí)間:2021-08-06 16:58:45
- Publishing a web service without an application server
- Defining the direction of the parameters
- Defining a one or two way web service
- Defining a response wrapper for a web service
- Defining a request wrapper for a web service
- Wrapping exceptions into faults
- Annotating the service endpoint interface with @SOAPBinding
- Annotating the service endpoint interface with @WebService
- Using non-exposable methods of service interface
- Creating a service endpoint interface
- Introduction
- Chapter 11. Exposing Java Code as a Web Service
- Accessing simple types through XML facade
- Accessing complex types through XML facade
- Invoking XML facade from BPEL processes
- Generating Java documents for XML facade
- Packaging XML facade into JAR
- Creating XML facade from WSDL
- Creating XML facade from XSD
- Generating XML facade using ANT
- Setting up an XML facade project
- Introduction
- Chapter 10. Using XML Facade for DOM
- Getting the BPEL process status data
- Reading the process instance data
- Adding a log to the BPEL Audit Trail
- Using the utility functionality
- Invoking Session bean from the BPEL process
- Setting the BPEL process variables
- Reading the BPEL process variables
- Invoking Java code from the BPEL process
- Using the Java code placeholder in the BPEL process
- Preparing the development sandbox for the Java Embedding activity code in JDeveloper
- Introduction
- Chapter 9. Embedding Java Code Snippets
- Testing a web service
- Publishing a web service
- Defining a web service returning a value
- Defining a web service returning no value
- Using attachment types with web services
- Creating literal and encoded web services
- Creating a RPC transport web service
- Creating a document transport web service
- Annotating Java code for web service creation
- Preparing the service implementation
- Defining the service interface
- Introduction
- Chapter 8. Exposing Java Code as a SOAP Service
- Dynamic indexing of the variables
- Updating the variables using the BPELX extensions
- Assigning date or time to the variables
- Assigning Boolean values to the variables
- Applying mathematical calculations on data in the variables
- Assigning numerical values to the variables
- Accessing the fields within the Message Type-based variables
- Accessing the fields within Element-based variables
- Copying content between the variables
- Initializing a variable with an inline from-spec
- Initializing a variable with an XML literal
- Defining local variables in a BPEL process
- Defining global variables in a BPEL process
- Introduction
- Chapter 7. Accessing and Updating the Variables
- Invoking third-party libraries from BPEL 1.1 process
- Invoking third-party libraries from BPEL 2.0 process
- Adding custom classes to JDeveloper projects
- Adding third-party libraries to JDeveloper projects
- Adding custom classes to the SOA Suite server
- Adding third-party libraries to the SOA Suite server
- Introduction
- Chapter 6. Embedding Third-party Java Libraries
- Validating the variables with the <assign> activity
- Defining a variable
- Defining a parameter
- Using the xsl:for-each command
- Defining and importing the user-defined functions
- The chaining functions
- Using the functions in the transformation operations
- Performing copy between the variables
- Generating the XSLT map with the XSLT mapper
- Using the XSLT transformation in BPEL
- Introduction
- Chapter 5. Transforming and Validating the BPEL Services
- Setting up a rotation logfile
- Redirecting System.out and System.err files
- Enabling logging on the BPEL server
- Logging exceptions
- Configuring custom handlers
- Logging to a custom file
- Introduction
- Chapter 4. Custom Logging in the Oracle SOA Suite
- Viewing metrics and statistics
- Viewing logfiles in the Enterprise Manager Console
- Editing the logfiles
- Changing the level of tracing
- Configuring the logfiles
- Monitoring a composite sensor
- Adding a composite sensor
- Defining composite sensors
- Creating a custom logger in a BPEL process
- Introduction
- Chapter 3. Advanced Tracing and Logging
- Throwing the faults from BPEL
- Handling the faults thrown from a web service
- Invoking web services in parallel
- Invoking web services in a sequence
- The dynamic selection of the web service's endpoint
- Invoking the asynchronous web service
- Invoking the synchronous web service
- Invoking the RESTful web services
- Implementing web services with JAX-WS
- Implementing web services with Axis2
- Introduction
- Chapter 2. Calling Services from BPEL
- Mapping the results of a BPEL process
- Handling business faults from an asynchronous BPEL process
- Handling business faults from a synchronous BPEL process
- Calling an asynchronous BPEL process from Java
- Calling a synchronous BPEL process from Java
- Gathering a BPEL process's in and out parameters
- Deploying a BPEL process
- Introduction
- Chapter 1. Calling BPEL from Java
- Preface
- www.PacktPub.com
- About the Reviewers
- About the Author
- Credits
- 版權(quán)信息
- 封面
- 封面
- 版權(quán)信息
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Preface
- Chapter 1. Calling BPEL from Java
- Introduction
- Deploying a BPEL process
- Gathering a BPEL process's in and out parameters
- Calling a synchronous BPEL process from Java
- Calling an asynchronous BPEL process from Java
- Handling business faults from a synchronous BPEL process
- Handling business faults from an asynchronous BPEL process
- Mapping the results of a BPEL process
- Chapter 2. Calling Services from BPEL
- Introduction
- Implementing web services with Axis2
- Implementing web services with JAX-WS
- Invoking the RESTful web services
- Invoking the synchronous web service
- Invoking the asynchronous web service
- The dynamic selection of the web service's endpoint
- Invoking web services in a sequence
- Invoking web services in parallel
- Handling the faults thrown from a web service
- Throwing the faults from BPEL
- Chapter 3. Advanced Tracing and Logging
- Introduction
- Creating a custom logger in a BPEL process
- Defining composite sensors
- Adding a composite sensor
- Monitoring a composite sensor
- Configuring the logfiles
- Changing the level of tracing
- Editing the logfiles
- Viewing logfiles in the Enterprise Manager Console
- Viewing metrics and statistics
- Chapter 4. Custom Logging in the Oracle SOA Suite
- Introduction
- Logging to a custom file
- Configuring custom handlers
- Logging exceptions
- Enabling logging on the BPEL server
- Redirecting System.out and System.err files
- Setting up a rotation logfile
- Chapter 5. Transforming and Validating the BPEL Services
- Introduction
- Using the XSLT transformation in BPEL
- Generating the XSLT map with the XSLT mapper
- Performing copy between the variables
- Using the functions in the transformation operations
- The chaining functions
- Defining and importing the user-defined functions
- Using the xsl:for-each command
- Defining a parameter
- Defining a variable
- Validating the variables with the <assign> activity
- Chapter 6. Embedding Third-party Java Libraries
- Introduction
- Adding third-party libraries to the SOA Suite server
- Adding custom classes to the SOA Suite server
- Adding third-party libraries to JDeveloper projects
- Adding custom classes to JDeveloper projects
- Invoking third-party libraries from BPEL 2.0 process
- Invoking third-party libraries from BPEL 1.1 process
- Chapter 7. Accessing and Updating the Variables
- Introduction
- Defining global variables in a BPEL process
- Defining local variables in a BPEL process
- Initializing a variable with an XML literal
- Initializing a variable with an inline from-spec
- Copying content between the variables
- Accessing the fields within Element-based variables
- Accessing the fields within the Message Type-based variables
- Assigning numerical values to the variables
- Applying mathematical calculations on data in the variables
- Assigning Boolean values to the variables
- Assigning date or time to the variables
- Updating the variables using the BPELX extensions
- Dynamic indexing of the variables
- Chapter 8. Exposing Java Code as a SOAP Service
- Introduction
- Defining the service interface
- Preparing the service implementation
- Annotating Java code for web service creation
- Creating a document transport web service
- Creating a RPC transport web service
- Creating literal and encoded web services
- Using attachment types with web services
- Defining a web service returning no value
- Defining a web service returning a value
- Publishing a web service
- Testing a web service
- Chapter 9. Embedding Java Code Snippets
- Introduction
- Preparing the development sandbox for the Java Embedding activity code in JDeveloper
- Using the Java code placeholder in the BPEL process
- Invoking Java code from the BPEL process
- Reading the BPEL process variables
- Setting the BPEL process variables
- Invoking Session bean from the BPEL process
- Using the utility functionality
- Adding a log to the BPEL Audit Trail
- Reading the process instance data
- Getting the BPEL process status data
- Chapter 10. Using XML Facade for DOM
- Introduction
- Setting up an XML facade project
- Generating XML facade using ANT
- Creating XML facade from XSD
- Creating XML facade from WSDL
- Packaging XML facade into JAR
- Generating Java documents for XML facade
- Invoking XML facade from BPEL processes
- Accessing complex types through XML facade
- Accessing simple types through XML facade
- Chapter 11. Exposing Java Code as a Web Service
- Introduction
- Creating a service endpoint interface
- Using non-exposable methods of service interface
- Annotating the service endpoint interface with @WebService
- Annotating the service endpoint interface with @SOAPBinding
- Wrapping exceptions into faults
- Defining a request wrapper for a web service
- Defining a response wrapper for a web service
- Defining a one or two way web service
- Defining the direction of the parameters
- Publishing a web service without an application server
- Index 更新時(shí)間:2021-08-06 16:58:45